Skip to content

Commit

Permalink
.github/workflows/main.yml: install qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiHawk committed Mar 8, 2024
1 parent 3cc4d5a commit 2e1b89c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: build the environment
run: |
make env
sudo apt install -y qemu-system
- name: run the test suite
run: |
Expand Down

0 comments on commit 2e1b89c

Please sign in to comment.