workflows

This commit is contained in:
2023-08-26 16:32:22 +02:00
parent a3633ddd3b
commit a3cb90b96b

View File

@@ -11,12 +11,18 @@ env:
jobs: jobs:
export-linux: export-linux:
name: Linux Export name: Linux Export
runs-on: node:16-bullseye runs-on: ubuntu-latest
container: container:
image: barichello/godot-ci:3.5.2 image: barichello/godot-ci:3.5.2
steps: steps:
- uses: actions/setup-node@v3
with:
# Version Spec of the version to use in SemVer notation.
# It also emits such aliases as lts, latest, nightly and canary builds
# Examples: 12.x, 10.15.1, >=10.15.0, lts/Hydrogen, 16-nightly, latest, node
node-version: '16.x'
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
lfs: true lfs: true
- name: Setup - name: Setup