We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91040c commit de35accCopy full SHA for de35acc
.github/workflows/ci.yml
@@ -413,7 +413,12 @@ jobs:
413
414
- name: Install QEMU
415
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
419
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
422
sudo apt-get update && sudo apt-get install -y qemu-user-static
423
424
- name: toywasm --version
0 commit comments