Skip to content

Commit de35acc

Browse files
committed
Reapply "ci: try installing qemu 7.0 from canonical server backports"
This reverts commit 89cc28e.
1 parent e91040c commit de35acc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,12 @@ jobs:
413413

414414
- name: Install QEMU
415415
if: matrix.arch != 'native' && matrix.arch != 'i386'
416+
# install newer qemu from
417+
# https://launchpad.net/%7Ecanonical-server/+archive/ubuntu/server-backports/
418+
# https://github.com/yamt/toywasm/pull/53#issuecomment-1605899935
416419
run: |
420+
sudo apt-get update && sudo apt-get install -y software-properties-common
421+
sudo add-apt-repository -y ppa:canonical-server/server-backports
417422
sudo apt-get update && sudo apt-get install -y qemu-user-static
418423
419424
- name: toywasm --version

0 commit comments

Comments
 (0)