Skip to content

Commit

Permalink
Install qemu in github workflow
Browse files Browse the repository at this point in the history
Getting the following error in workflow: 'Error: qemu not installed'

Signed-off-by: Fredrik Lönnegren <[email protected]>
  • Loading branch information
frelon committed May 27, 2024
1 parent 3fdccc0 commit f82229d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ jobs:
- if: ${{ env.ARCH == 'x86_64' }}
name: Run VM script dependencies
run: |
brew update; brew upgrade qemu
brew install bash coreutils
brew update;
brew install qemu bash coreutils
- if: ${{ env.ARCH == 'x86_64' }}
name: Prepare test (x86_64)
run: |
Expand Down

0 comments on commit f82229d

Please sign in to comment.