Skip to content

Commit bf38afc

Browse files
committed
ci(test): enforce QEMU 9.0.2
Signed-off-by: CrazyMax <[email protected]>
1 parent 38d1dce commit bf38afc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@ jobs:
119119
run: |
120120
corepack enable
121121
yarn --version
122+
-
123+
name: Install QEMU 9.0.2
124+
if: startsWith(matrix.os, 'macos')
125+
continue-on-error: true
126+
run: |
127+
set -ex
128+
curl -o /tmp/qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/f1a9cf104a9a51779c7a532b658c490f69974839/Formula/q/qemu.rb
129+
brew install /tmp/qemu.rb
122130
-
123131
name: Setup Node
124132
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)