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 422f058 commit c3d7aabCopy full SHA for c3d7aab
.github/workflows/build.yml
@@ -65,7 +65,9 @@ jobs:
65
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: 1
66
HOMEBREW_NO_INSTALL_CLEANUP: 1
67
- name: Install QEMU (Windows)
68
- run: choco install qemu
+ run: |
69
+ choco install qemu
70
+ echo "C:\Program Files\qemu" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
71
if: runner.os == 'Windows'
72
shell: pwsh
73
- name: "Print QEMU Version"
0 commit comments