Skip to content

Commit

Permalink
ci: fix sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed Jun 4, 2024
1 parent 376e24f commit 73fb4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: echo "DEB_ARCH=amd64" >> $GITHUB_ENV
- if: startsWith(matrix.os, 'ubuntu')
run: |
dpkg --add-architecture $DEB_ARCH
sudo dpkg --add-architecture $DEB_ARCH
sudo apt update
sudo apt install -y libudev-dev:$DEB_ARCH libasound2-dev:$DEB_ARCH libssl-dev:$DEB_ARCH libfuse2:$DEB_ARCH
# Windows/macOS/wasm32/ubuntu x86_64 can all build/cross build normally
Expand Down

0 comments on commit 73fb4d4

Please sign in to comment.