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/go-simple.yml
This commit is contained in:
parent
8d892ed4e5
commit
671e5af4b6
4
.github/workflows/go-simple.yml
vendored
4
.github/workflows/go-simple.yml
vendored
|
@ -11,12 +11,12 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [linux]
|
platform: [linux]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
- name: Build
|
- name: Build
|
||||||
id: build
|
id: build
|
||||||
uses: manleydev/build-godot-action@v1.4.1
|
uses: manleydev/build-godot-action@v1.5.0
|
||||||
with:
|
with:
|
||||||
name: gd-test
|
name: gd-test
|
||||||
preset: ${{ matrix.platform }}
|
preset: ${{ matrix.platform }}
|
||||||
|
|
Loading…
Reference in a new issue