Skip to content

Commit

Permalink
Remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceHumphreys committed Dec 6, 2023
1 parent f548f29 commit baa830b
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: |
sudo apt-get update
sudo apt-get install -y libssl-dev libudev-dev pkg-config
apt-get update
apt-get install -y libssl-dev libudev-dev pkg-config
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit baa830b

Please sign in to comment.