Skip to content

Commit d271e9e

Browse files
Fix running libuiohook tests on Windows
1 parent b480db6 commit d271e9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)