mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-17 22:35:39 +00:00
On branch feat/godot-configurator
Changes to be committed: modified: .github/workflows/build-gdc.yml
This commit is contained in:
parent
39f4697e70
commit
2fc59172b0
5
.github/workflows/build-gdc.yml
vendored
5
.github/workflows/build-gdc.yml
vendored
|
@ -19,7 +19,10 @@ jobs:
|
||||||
export-linux:
|
export-linux:
|
||||||
name: Linux Export 🐧
|
name: Linux Export 🐧
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
working-directory: tools/configurator
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: bash
|
||||||
|
working-directory: tools/configurator
|
||||||
container:
|
container:
|
||||||
image: docker://barichello/godot-ci:4.2.2
|
image: docker://barichello/godot-ci:4.2.2
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue