Skip to content

Commit e4f7427

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,12 @@ jobs:
447447

448448
- name: Install QEMU
449449
if: matrix.arch != 'native' && matrix.arch != 'i386'
450+
# install newer qemu from
451+
# https://launchpad.net/%7Ecanonical-server/+archive/ubuntu/server-backports/
452+
# https://github.com/yamt/toywasm/pull/53#issuecomment-1605899935
450453
run: |
454+
sudo apt-get update && sudo apt-get install -y software-properties-common
455+
sudo add-apt-repository -y ppa:canonical-server/server-backports
451456
sudo apt-get update && sudo apt-get install -y qemu-user-static
452457
453458
- name: toywasm --version

0 commit comments

Comments
 (0)