fix(release): use sudo (#651)

This commit is contained in:
yetone 2024-09-27 01:23:04 +08:00 committed by GitHub
parent 80e4ce31b0
commit 131d800c16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 \