Skip to content

Commit

Permalink
Install qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
yfblock committed May 4, 2024
1 parent 4119378 commit d3189e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
- name: Test ${{ matrix.arch }}
run: cd example && PATH=$PATH:~/.cargo/bin make ARCH=${{ matrix.arch }} build
- name: Install Qemu
run: yes | pacman ${{ matrix.packages }}
run: yes | pacman -Syy ${{ matrix.packages }}
- name: Test run
run: PATH=$PATH:~/.cargo/bin make ARCH=${{ matrix.arch }} run

0 comments on commit d3189e2

Please sign in to comment.