From c9078c0ca1384ed63bfe6004008d2faaf6a48b8b Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 16 May 2024 18:05:18 +0200 Subject: [PATCH] Run whole kiwix-build under shell --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 220c6d6..02ececf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,7 @@ jobs: env: SSH_KEY: ${{ runner.temp }}/id_rsa - name: Compile all deps + shell: bash run: | python .github\\scripts\\compile_all_deps.py env: