Skip to content

Commit 422f058

Browse files
committed
 Try choco for installing qemu
1 parent fed13b5 commit 422f058

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,8 @@ jobs:
6464
HOMEBREW_NO_AUTO_UPDATE: 1
6565
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: 1
6666
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
7367
- name: Install QEMU (Windows)
74-
run: scoop install qemu@5.2.0-rc2
68+
run: choco install qemu
7569
if: runner.os == 'Windows'
7670
shell: pwsh
7771
- name: "Print QEMU Version"

0 commit comments

Comments
 (0)