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 372d483 commit 7bfb2e5Copy full SHA for 7bfb2e5
1 file changed
.github/workflows/build-test.yml
@@ -19,9 +19,10 @@ jobs:
19
shell: cmd
20
run: |
21
git fetch --tags
22
- docker run --rm -v ${{ github.workspace }}:C:\workspace -w "C:\workspace" ${{ env.DOCKER_IMAGE }} cmd /c "^
+ docker run --rm -v ${{ github.workspace }}:C:\workspace -w "C:\workspace" ${{ env.DOCKER_IMAGE }} cmd /c " ^
23
set PATH=C:\Qt\6.8.3\mingw_64\bin;%PATH% ^
24
&& echo %PATH% ^
25
&& dir C:\ ^
26
- && dir D:\ "
+ && dir D:\ ^
27
+ && dir D:\a"
28
0 commit comments