Skip to content

Commit c3d7aab

Browse files
committed
Add QEMU to path
1 parent 422f058 commit c3d7aab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565
HOMEBREW_NO_BOTTLE_SOURCE_FALLBACK: 1
6666
HOMEBREW_NO_INSTALL_CLEANUP: 1
6767
- name: Install QEMU (Windows)
68-
run: choco install qemu
68+
run: |
69+
choco install qemu
70+
echo "C:\Program Files\qemu" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
6971
if: runner.os == 'Windows'
7072
shell: pwsh
7173
- name: "Print QEMU Version"

0 commit comments

Comments
 (0)