Skip to content

Commit e7fd962

Browse files
committed
Upgrade to latest QEMU
1 parent c3dace8 commit e7fd962

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,11 @@ jobs:
3939
if: ${{ matrix.os == 'macos-latest' }}
4040
run: |
4141
brew update
42-
brew tap-new --no-git hermitcore/homebrew
43-
brew extract --version 6.0.0 qemu hermitcore/homebrew
44-
brew install hermitcore/homebrew/qemu@6.0.0
45-
brew install nasm
42+
brew install qemu nasm
4643
- name: Install QEMU, NASM, GNU make (windows)
4744
if: ${{ matrix.os == 'windows-latest' }}
4845
run: |
49-
choco install nasm make
50-
choco install qemu --version 2021.5.5
46+
choco install qemu nasm make
5147
echo "C:\Program Files\qemu" >> $GITHUB_PATH
5248
echo "C:\Program Files\NASM" >> $GITHUB_PATH
5349
- name: Build loader

0 commit comments

Comments
 (0)