Update QEMU link

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

@ -212,7 +212,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install QEMU
run: |
wget http://archive.ubuntu.com/ubuntu/pool/universe/q/qemu/qemu-user-static_4.2-3ubuntu4_amd64.deb
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
- name: Install ${{ matrix.config.toolchain }}
run: |

Loading…
Cancel
Save