dev-base #36
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ on:
|
||||||
branches: [ dev-base ]
|
branches: [ dev-base ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GODOT_VERSION: 4.0.0
|
GODOT_VERSION: 3.3.4
|
||||||
EXPORT_NAME: 2dHackAndSlay
|
EXPORT_NAME: 2dHackAndSlay
|
||||||
PROJECT_PATH: /
|
PROJECT_PATH: /
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:3.3.4
|
image: barichello/godot-ci:3.3.4
|
||||||
steps:
|
steps:
|
||||||
- name: Setup
|
- name: Setup System Packages
|
||||||
run: |
|
run: |
|
||||||
apt update -y && apt install nodejs ca-certificates -y
|
apt update -y && apt install nodejs ca-certificates -y
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Reference in a new issue