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: