Specify bash shell so that it doesn't fail if switching to 'windows`

This commit is contained in:
Chad Bentz
2024-05-02 10:59:15 -04:00
committed by GitHub
parent 9b485d4f8a
commit b30fbdf5f2
+1
View File
@@ -76,6 +76,7 @@ jobs:
# ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \