Skip to content

Commit

Permalink
Reapply "ci: try installing qemu 7.0 from canonical server backports"
Browse files Browse the repository at this point in the history
This reverts commit 89cc28e.
  • Loading branch information
yamt committed Nov 29, 2024
1 parent 7150afd commit 144ab5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,12 @@ jobs:

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

0 comments on commit 144ab5d

Please sign in to comment.