We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e7e34 commit e4f7427Copy full SHA for e4f7427
.github/workflows/ci.yml
@@ -447,7 +447,12 @@ jobs:
447
448
- name: Install QEMU
449
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
453
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
456
sudo apt-get update && sudo apt-get install -y qemu-user-static
457
458
- name: toywasm --version
0 commit comments