Don't force bash

This commit is contained in:
Jesse Talavera 2024-06-04 22:05:24 -04:00
parent d159085acb
commit f8370d62b2

View File

@ -189,7 +189,6 @@ jobs:
- name: Configure
working-directory: "${{ env.BUILD_DIR }}"
if: ${{ ! inputs.test-suite }}
shell: bash
run: |
cmake "${{ github.workspace }}" \
-DCMAKE_BUILD_TYPE="${{ matrix.build-type }}" \
@ -198,7 +197,6 @@ jobs:
- name: Configure (With Test Suite)
working-directory: "${{ env.BUILD_DIR }}"
if: ${{ inputs.test-suite }}
shell: bash
run: |
cmake "${{ github.workspace }}" \
-DCMAKE_BUILD_TYPE="${{ matrix.build-type }}" \