Skip to content

Commit

Permalink
fix(release): use sudo (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone authored Sep 26, 2024
1 parent 80e4ce3 commit 131d800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Build all crates with glibc 2.17 # for glibc 2.17
if: ${{ matrix.config.os_name == 'linux' }}
run: |
apt-get install -y qemu qemu-user-static
sudo apt-get install -y qemu qemu-user-static
docker run \
--rm \
-v $(pwd):/workspace \
Expand Down

0 comments on commit 131d800

Please sign in to comment.