Skip to content

Commit

Permalink
specify bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
reefactor authored Sep 5, 2024
1 parent c9ed89a commit bc03d64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
- name: Test
working-directory: ${{ steps.strings.outputs.build-output-dir }}
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
shell: bash
run: |
if [[ "$RUNNER_OS" == "Windows" ]]; then
tests/tests.exe
Expand Down

0 comments on commit bc03d64

Please sign in to comment.