fix(release): use sudo (#651)
This commit is contained in:
parent
80e4ce31b0
commit
131d800c16
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -101,7 +101,7 @@ jobs:
|
|||||||
- name: Build all crates with glibc 2.17 # for glibc 2.17
|
- name: Build all crates with glibc 2.17 # for glibc 2.17
|
||||||
if: ${{ matrix.config.os_name == 'linux' }}
|
if: ${{ matrix.config.os_name == 'linux' }}
|
||||||
run: |
|
run: |
|
||||||
apt-get install -y qemu qemu-user-static
|
sudo apt-get install -y qemu qemu-user-static
|
||||||
docker run \
|
docker run \
|
||||||
--rm \
|
--rm \
|
||||||
-v $(pwd):/workspace \
|
-v $(pwd):/workspace \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user