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 fed13b5 commit 422f058Copy full SHA for 422f058
.github/workflows/build.yml
@@ -64,14 +64,8 @@ jobs:
64
HOMEBREW_NO_AUTO_UPDATE: 1
65
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: 1
66
HOMEBREW_NO_INSTALL_CLEANUP: 1
67
- - name: Install Scoop (Windows)
68
- run: |
69
- Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
70
- echo "$HOME\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
71
- if: runner.os == 'Windows'
72
- shell: pwsh
73
- name: Install QEMU (Windows)
74
- run: scoop install qemu@5.2.0-rc2
+ run: choco install qemu
75
if: runner.os == 'Windows'
76
shell: pwsh
77
- name: "Print QEMU Version"
0 commit comments