Skip to content

Commit c3061ad

Browse files
Set PATH correctly
1 parent 7c99a7c commit c3061ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ jobs:
316316
- name: Install QEMU
317317
run: choco install qemu
318318
- name: Run tests in QEMU
319-
run: PATH=$PATH:/c/Program\ Files/qemu ./tests.sh
319+
run: PATH=${PATH}:/c/Program\ Files/qemu ./tests.sh
320320

321321
# Gather all the above qemu jobs together for the purposes of getting an overall pass-fail
322322
qemu-test-all:

0 commit comments

Comments
 (0)