File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ jobs:
405405 cmake --install ${{github.workspace}}\build --config RelWithDebInfo
406406
407407 - name : Test
408- shell : bash
408+ shell : pwsh
409409 run : |
410410 ${{github.workspace}}\build\RelWithDebInfo\uiohook_tests.exe
411411
@@ -450,7 +450,7 @@ jobs:
450450 cmake --install ${{github.workspace}}\build --config RelWithDebInfo
451451
452452 - name : Test
453- shell : bash
453+ shell : pwsh
454454 run : |
455455 ${{github.workspace}}\build\RelWithDebInfo\uiohook_tests.exe
456456
@@ -495,9 +495,9 @@ jobs:
495495 cmake --install ${{github.workspace}}\build --config RelWithDebInfo
496496
497497 - name : Test
498- shell : bash
498+ shell : pwsh
499499 run : |
500- ${{github.workspace}}\build\RelWithDebInfo\uiohook_tests.exe
500+ cd ${{github.workspace}}\build\RelWithDebInfo\uiohook_tests.exe
501501
502502 - name : Upload
503503 uses : actions/upload-artifact@v5
You can’t perform that action at this time.
0 commit comments