From 2fc59172b059c089507ab2c878f5ff04940818b0 Mon Sep 17 00:00:00 2001 From: monkeyx-net Date: Mon, 5 Aug 2024 23:34:11 +0100 Subject: [PATCH] On branch feat/godot-configurator Changes to be committed: modified: .github/workflows/build-gdc.yml --- .github/workflows/build-gdc.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-gdc.yml b/.github/workflows/build-gdc.yml index 3e3f393a..332ef9bc 100644 --- a/.github/workflows/build-gdc.yml +++ b/.github/workflows/build-gdc.yml @@ -19,7 +19,10 @@ jobs: export-linux: name: Linux Export 🐧 runs-on: ubuntu-latest - working-directory: tools/configurator + defaults: + run: + shell: bash + working-directory: tools/configurator container: image: docker://barichello/godot-ci:4.2.2 steps: