Skip to content

Commit 7bfb2e5

Browse files
chore: update the file
1 parent 372d483 commit 7bfb2e5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919
shell: cmd
2020
run: |
2121
git fetch --tags
22-
docker run --rm -v ${{ github.workspace }}:C:\workspace -w "C:\workspace" ${{ env.DOCKER_IMAGE }} cmd /c "^
22+
docker run --rm -v ${{ github.workspace }}:C:\workspace -w "C:\workspace" ${{ env.DOCKER_IMAGE }} cmd /c " ^
2323
set PATH=C:\Qt\6.8.3\mingw_64\bin;%PATH% ^
2424
&& echo %PATH% ^
2525
&& dir C:\ ^
26-
&& dir D:\ "
26+
&& dir D:\ ^
27+
&& dir D:\a"
2728

0 commit comments

Comments
 (0)