Fix QEMU link once again

extensions
Volodymyr Shymanskyy 4 years ago committed by GitHub
parent 3051546bb6
commit 7b34117200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -211,9 +211,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install QEMU
env:
QEMU_DEB: "qemu-user-static_4.2-3ubuntu5_amd64.deb"
run: |
wget http://archive.ubuntu.com/ubuntu/pool/universe/q/qemu/qemu-user-static_4.2-3ubuntu5_amd64.deb
sudo dpkg -i qemu-user-static_4.2-3ubuntu4_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/q/qemu/${{ env.QEMU_DEB }}
sudo dpkg -i ${{ env.QEMU_DEB }}
- name: Install ${{ matrix.config.toolchain }}
run: |
sudo apt update

Loading…
Cancel
Save