test
Some checks failed
Build Release / Mac Export (pull_request) Failing after 1m46s
Build Release / Linux Export (pull_request) Failing after 1m48s
Build Release / Windows Export (pull_request) Failing after 2m4s
Build Release / Create Release (pull_request) Has been skipped

This commit is contained in:
2026-03-17 22:20:53 +01:00
parent 03787a82fc
commit 376c1b5225

View File

@@ -17,10 +17,14 @@ jobs:
runs-on: ubuntu-24.04 # Use 24.04 with godot 4 runs-on: ubuntu-24.04 # Use 24.04 with godot 4
container: barichello/godot-ci:4.3 container: barichello/godot-ci:4.3
steps: steps:
- name: Update and install dependencies
run: |
apt-get update
apt-get install -y curl gnupg
- name: Install Node.js - name: Install Node.js
run: | run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
sudo apt-get install -y nodejs apt-get install -y nodejs
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: