On branch feat/godot-configurator

Changes to be committed:
	modified:   .github/workflows/build-gdc.yml
This commit is contained in:
monkeyx-net 2024-08-05 23:34:11 +01:00
parent 39f4697e70
commit 2fc59172b0

View file

@ -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: