From 4a598bef0505750ab7ad78ad835044c210b0ddd2 Mon Sep 17 00:00:00 2001 From: ohyzha Date: Tue, 22 Oct 2024 09:17:58 +0300 Subject: [PATCH] always use bash shell --- .gitea/workflows/build_pc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build_pc.yml b/.gitea/workflows/build_pc.yml index b2411d3..a52bf19 100644 --- a/.gitea/workflows/build_pc.yml +++ b/.gitea/workflows/build_pc.yml @@ -45,6 +45,7 @@ jobs: key: ${{runner.os}}-cmakeChecks - name: Configure CMake + shell: bash run: | 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"