We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42da77b + 7787567 commit 3ed1e84Copy full SHA for 3ed1e84
.github/workflows/build.yml
@@ -65,14 +65,10 @@ jobs:
65
HOMEBREW_NO_AUTO_UPDATE: 1
66
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: 1
67
HOMEBREW_NO_INSTALL_CLEANUP: 1
68
- - name: Install Scoop (Windows)
69
- run: |
70
- Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
71
- echo "$HOME\scoop\shims" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
72
- if: runner.os == 'Windows'
73
- shell: pwsh
74
- name: Install QEMU (Windows)
75
- 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
76
if: runner.os == 'Windows'
77
shell: pwsh
78
- name: "Print QEMU Version"
0 commit comments