Skip to content

Commit

Permalink
Switch to yum
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceHumphreys committed Dec 6, 2023
1 parent baa830b commit d3a8e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
sccache: "true"
manylinux: auto
before-script-linux: |
apt-get update
apt-get install -y libssl-dev libudev-dev pkg-config
yum update
yum install libssl-dev libudev-dev pkg-config
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit d3a8e86

Please sign in to comment.