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 7c99a7c commit c3061adCopy full SHA for c3061ad
.github/workflows/build.yml
@@ -316,7 +316,7 @@ jobs:
316
- name: Install QEMU
317
run: choco install qemu
318
- name: Run tests in QEMU
319
- run: PATH=$PATH:/c/Program\ Files/qemu ./tests.sh
+ run: PATH=${PATH}:/c/Program\ Files/qemu ./tests.sh
320
321
# Gather all the above qemu jobs together for the purposes of getting an overall pass-fail
322
qemu-test-all:
0 commit comments