ci: replace missing godot action with manual wget download
CI / Run Tests (push) Failing after 45s
CI / Export Windows (push) Has been skipped
CI / Export Linux (push) Has been skipped
CI / Export Android (push) Has been skipped
Test Suite / Unit Tests (GUT) (push) Failing after 47s
Test Suite / Integration Tests (push) Failing after 37s
Test Suite / Code Style Check (push) Failing after 40s
Test Suite / Security Scan (push) Failing after 54s
CI / Create Release (push) Has been skipped

This commit is contained in:
2026-07-02 15:47:55 +08:00
parent 187b530cbf
commit 64630662ac
4 changed files with 55 additions and 44 deletions
+15 -12
View File
@@ -31,10 +31,11 @@ jobs:
ssh-strict: false ssh-strict: false
- name: Setup Godot - name: Setup Godot
uses: firebelley/godot-action@v3 run: |
with: wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip
godot-version: '4.6' unzip -q Godot_v4.6-stable_linux.x86_64.zip
engine-type: standard sudo mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
chmod +x /usr/local/bin/godot
- name: Install export templates - name: Install export templates
run: | run: |
@@ -66,10 +67,11 @@ jobs:
ssh-strict: false ssh-strict: false
- name: Setup Godot - name: Setup Godot
uses: firebelley/godot-action@v3 run: |
with: wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip
godot-version: '4.6' unzip -q Godot_v4.6-stable_linux.x86_64.zip
engine-type: standard sudo mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
chmod +x /usr/local/bin/godot
- name: Install export templates - name: Install export templates
run: | run: |
@@ -101,10 +103,11 @@ jobs:
ssh-strict: false ssh-strict: false
- name: Setup Godot - name: Setup Godot
uses: firebelley/godot-action@v3 run: |
with: wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip
godot-version: '4.6' unzip -q Godot_v4.6-stable_linux.x86_64.zip
engine-type: standard sudo mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
chmod +x /usr/local/bin/godot
- name: Install export templates - name: Install export templates
run: | run: |
+20 -16
View File
@@ -19,10 +19,11 @@ jobs:
ssh-strict: false ssh-strict: false
- name: Setup Godot - name: Setup Godot
uses: firebelley/godot-action@v3 run: |
with: wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip
godot-version: '4.6' unzip -q Godot_v4.6-stable_linux.x86_64.zip
engine-type: standard sudo mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
chmod +x /usr/local/bin/godot
- name: Install dependencies - name: Install dependencies
run: | run: |
@@ -47,10 +48,11 @@ jobs:
ssh-strict: false ssh-strict: false
- name: Setup Godot - name: Setup Godot
uses: firebelley/godot-action@v3 run: |
with: wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip
godot-version: '4.6' unzip -q Godot_v4.6-stable_linux.x86_64.zip
engine-type: standard sudo mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
chmod +x /usr/local/bin/godot
- name: Install export templates - name: Install export templates
run: | run: |
@@ -82,10 +84,11 @@ jobs:
ssh-strict: false ssh-strict: false
- name: Setup Godot - name: Setup Godot
uses: firebelley/godot-action@v3 run: |
with: wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip
godot-version: '4.6' unzip -q Godot_v4.6-stable_linux.x86_64.zip
engine-type: standard sudo mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
chmod +x /usr/local/bin/godot
- name: Install export templates - name: Install export templates
run: | run: |
@@ -117,10 +120,11 @@ jobs:
ssh-strict: false ssh-strict: false
- name: Setup Godot - name: Setup Godot
uses: firebelley/godot-action@v3 run: |
with: wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip
godot-version: '4.6' unzip -q Godot_v4.6-stable_linux.x86_64.zip
engine-type: standard sudo mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
chmod +x /usr/local/bin/godot
- name: Install export templates - name: Install export templates
run: | run: |
+5 -4
View File
@@ -26,10 +26,11 @@ jobs:
ssh-strict: false ssh-strict: false
- name: Setup Godot - name: Setup Godot
uses: firebelley/godot-action@v3 run: |
with: wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip
godot-version: '4.6' unzip -q Godot_v4.6-stable_linux.x86_64.zip
engine-type: standard sudo mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
chmod +x /usr/local/bin/godot
- name: Install export templates - name: Install export templates
run: | run: |
+15 -12
View File
@@ -20,10 +20,11 @@ jobs:
ssh-strict: false ssh-strict: false
- name: Setup Godot - name: Setup Godot
uses: firebelley/godot-action@v3 run: |
with: wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip
godot-version: '4.6' unzip -q Godot_v4.6-stable_linux.x86_64.zip
engine-type: standard sudo mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
chmod +x /usr/local/bin/godot
- name: Install dependencies - name: Install dependencies
run: | run: |
@@ -46,10 +47,11 @@ jobs:
ssh-strict: false ssh-strict: false
- name: Setup Godot - name: Setup Godot
uses: firebelley/godot-action@v3 run: |
with: wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip
godot-version: '4.6' unzip -q Godot_v4.6-stable_linux.x86_64.zip
engine-type: standard sudo mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
chmod +x /usr/local/bin/godot
- name: Install export templates - name: Install export templates
run: | run: |
@@ -86,10 +88,11 @@ jobs:
ssh-strict: false ssh-strict: false
- name: Setup Godot - name: Setup Godot
uses: firebelley/godot-action@v3 run: |
with: wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip
godot-version: '4.6' unzip -q Godot_v4.6-stable_linux.x86_64.zip
engine-type: standard sudo mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
chmod +x /usr/local/bin/godot
- name: Check GDScript formatting - name: Check GDScript formatting
run: | run: |