Skip to content

Commit

Permalink
Revert "ci: try installing qemu 7.0 from canonical server backports"
Browse files Browse the repository at this point in the history
This reverts commit 39a2013.

cf. #236 (comment)
  • Loading branch information
yamt committed Jul 13, 2024
1 parent 034952e commit 89cc28e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,12 +413,7 @@ 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 89cc28e

Please sign in to comment.