Skip to content

Commit

Permalink
GitHub Actions: Try if bash works for failing ...
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Jul 15, 2024
1 parent 07e2094 commit 046fe52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build (Debug)
run: cmake --build build --config Debug
- name: Unittest (Debug)
shell: cmd
shell: bash
run: |
build/Debug/jngl-unittest CharacterTest
build/Debug/jngl-unittest Color
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Build (Release)
run: cmake --build build --config Release
- name: Unittest (Release)
shell: cmd
shell: bash
run: |
build/Release/jngl-unittest CharacterTest
build/Release/jngl-unittest Color
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Build (Debug)
run: cmake --build build --config Debug
- name: Unittest (Debug)
shell: cmd
shell: bash
run: |
build/Debug/jngl-unittest CharacterTest
build/Debug/jngl-unittest Color
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Build (Release)
run: cmake --build build --config Release
- name: Unittest (Release)
shell: cmd
shell: bash
run: |
build/Release/jngl-unittest CharacterTest
build/Release/jngl-unittest Color
Expand Down

0 comments on commit 046fe52

Please sign in to comment.