mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2025-02-19 21:52:01 +00:00
Don't force bash
This commit is contained in:
parent
d159085acb
commit
f8370d62b2
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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 }}" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user