Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Nov 1, 2024
1 parent 8a5e7da commit 9acec25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
CIBW_SKIP: "pp* *-musllinux*" # Skip PyPy and musllinux builds
CIBW_BEFORE_ALL: |
if [ "${{ runner.os }}" == "Linux" ]; then
apt-get install -y libudev-dev pkg-config
sudo apt-get install -y libudev-dev pkg-config
elif [ "${{ runner.os }}" == "macOS" ]; then
brew install openssl pkg-config
else
Expand Down

0 comments on commit 9acec25

Please sign in to comment.