always use bash shell

This commit is contained in:
ohyzha
2024-10-22 09:17:58 +03:00
parent 99a159d554
commit 4a598bef05

View File

@@ -45,6 +45,7 @@ jobs:
key: ${{runner.os}}-cmakeChecks key: ${{runner.os}}-cmakeChecks
- name: Configure CMake - name: Configure CMake
shell: bash
run: | run: |
if [ "${{ steps.cache.outputs.cache-hit }}" != "true" ]; then if [ "${{ steps.cache.outputs.cache-hit }}" != "true" ]; then
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DDEPENDENCY_MIRROR_FILE="${{github.workspace}}/.gitea/workflows/DependencyMirrors.txt" cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DDEPENDENCY_MIRROR_FILE="${{github.workspace}}/.gitea/workflows/DependencyMirrors.txt"