Skip to content

Commit

Permalink
Try to use a newer qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Oct 25, 2022
1 parent 2827aa9 commit e8193b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/native-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:
continue-on-error: true
- name: Update System
run: sudo apt-get update -y
- name: Install Ninja
run: sudo apt-get install ninja
- name: Install qemu
run: sudo apt-get install -y --no-install-recommends qemu-user-static
run: "wget https://download.qemu.org/qemu-7.1.0.tar.xz && tar xvJf qemu-7.1.0.tar.xz && cd qemu-7.1.0 && ./configure && make && sudo make install"
- name: Experimental Docker
run: sudo cp .github/experimental-docker.json /etc/docker/daemon.json
- name: Restart Docker
Expand Down

0 comments on commit e8193b6

Please sign in to comment.