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 865481e commit 2efd882Copy full SHA for 2efd882
.github/workflows/build.yml
@@ -53,14 +53,10 @@ jobs:
53
HOMEBREW_NO_AUTO_UPDATE: 1
54
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: 1
55
HOMEBREW_NO_INSTALL_CLEANUP: 1
56
- - name: Install Scoop (Windows)
57
- run: |
58
- Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
59
- echo "$HOME\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
60
- if: runner.os == 'Windows'
61
- shell: pwsh
62
- name: Install QEMU (Windows)
63
- run: scoop install qemu
+ run: |
+ choco install qemu --version 2021.5.5
+ echo "$Env:Programfiles\qemu" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
64
if: runner.os == 'Windows'
65
shell: pwsh
66
- name: "Print QEMU Version"
0 commit comments