Skip to content

Commit

Permalink
Upgrade to latest QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Sep 7, 2021
1 parent c3dace8 commit e7fd962
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,11 @@ jobs:
if: ${{ matrix.os == 'macos-latest' }}
run: |
brew update
brew tap-new --no-git hermitcore/homebrew
brew extract --version 6.0.0 qemu hermitcore/homebrew
brew install hermitcore/homebrew/qemu@6.0.0
brew install nasm
brew install qemu nasm
- name: Install QEMU, NASM, GNU make (windows)
if: ${{ matrix.os == 'windows-latest' }}
run: |
choco install nasm make
choco install qemu --version 2021.5.5
choco install qemu nasm make
echo "C:\Program Files\qemu" >> $GITHUB_PATH
echo "C:\Program Files\NASM" >> $GITHUB_PATH
- name: Build loader
Expand Down

0 comments on commit e7fd962

Please sign in to comment.