We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3dace8 commit e7fd962Copy full SHA for e7fd962
.github/workflows/test.yml
@@ -39,15 +39,11 @@ jobs:
39
if: ${{ matrix.os == 'macos-latest' }}
40
run: |
41
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
+ brew install qemu nasm
46
- name: Install QEMU, NASM, GNU make (windows)
47
if: ${{ matrix.os == 'windows-latest' }}
48
49
- choco install nasm make
50
- choco install qemu --version 2021.5.5
+ choco install qemu nasm make
51
echo "C:\Program Files\qemu" >> $GITHUB_PATH
52
echo "C:\Program Files\NASM" >> $GITHUB_PATH
53
- name: Build loader
0 commit comments