workflow..
Some checks failed
godot-ci export / Windows Export (push) Failing after 1m43s
godot-ci export / Linux Export (push) Failing after 1m28s

This commit is contained in:
Aada Tikkanen 2026-03-02 16:05:37 +02:00
parent aeae1ef9fb
commit 7ee321171a

View file

@ -11,10 +11,12 @@ env:
jobs: jobs:
export-windows: export-windows:
name: Windows Export name: Windows Export
runs-on: docker # Use 24.04 with godot 4 runs-on: ubuntu-latest # Use 24.04 with godot 4
container: container:
image: barichello/godot-ci:mono-4.6.1 image: barichello/godot-ci:mono-4.6.1
steps: steps:
- name: apt
run: apt-get update && apt-get install -y nodejs npm
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
@ -39,10 +41,12 @@ jobs:
export-linux: export-linux:
name: Linux Export name: Linux Export
runs-on: docker # Use 24.04 with godot 4 runs-on: ubuntu-latest # Use 24.04 with godot 4
container: container:
image: barichello/godot-ci:mono-4.6.1 image: barichello/godot-ci:mono-4.6.1
steps: steps:
- name: apt
run: apt-get update && apt-get install -y nodejs npm
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: