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:
|
||||
platform: [linux]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
lfs: true
|
||||
- name: Build
|
||||
id: build
|
||||
uses: manleydev/build-godot-action@v1.4.1
|
||||
uses: manleydev/build-godot-action@v1.5.0
|
||||
with:
|
||||
name: gd-test
|
||||
preset: ${{ matrix.platform }}
|
||||
|
|
Loading…
Reference in a new issue