We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d1b1d commit 95fa9f3Copy full SHA for 95fa9f3
.github/workflows/posix.yml
@@ -123,7 +123,7 @@ jobs:
123
if: ${{ matrix.PLAT == 'aarch64' }}
124
run: |
125
sudo apt-get update -q -y
126
- sudo apt-get -qq install -y qemu qemu-user-static
+ sudo apt-get -qq install -y qemu-user qemu-user-static
127
sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes --credential yes
128
129
- name: Print some Environment variable
0 commit comments