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
+20 -16
View File
@@ -19,10 +19,11 @@ jobs:
ssh-strict: false
- name: Setup Godot
uses: firebelley/godot-action@v3
with:
godot-version: '4.6'
engine-type: standard
run: |
wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip
unzip -q Godot_v4.6-stable_linux.x86_64.zip
sudo mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
chmod +x /usr/local/bin/godot
- name: Install dependencies
run: |
@@ -47,10 +48,11 @@ jobs:
ssh-strict: false
- name: Setup Godot
uses: firebelley/godot-action@v3
with:
godot-version: '4.6'
engine-type: standard
run: |
wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip
unzip -q Godot_v4.6-stable_linux.x86_64.zip
sudo mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
chmod +x /usr/local/bin/godot
- name: Install export templates
run: |
@@ -82,10 +84,11 @@ jobs:
ssh-strict: false
- name: Setup Godot
uses: firebelley/godot-action@v3
with:
godot-version: '4.6'
engine-type: standard
run: |
wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip
unzip -q Godot_v4.6-stable_linux.x86_64.zip
sudo mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
chmod +x /usr/local/bin/godot
- name: Install export templates
run: |
@@ -117,10 +120,11 @@ jobs:
ssh-strict: false
- name: Setup Godot
uses: firebelley/godot-action@v3
with:
godot-version: '4.6'
engine-type: standard
run: |
wget -q https://github.com/godotengine/godot-builds/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip
unzip -q Godot_v4.6-stable_linux.x86_64.zip
sudo mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
chmod +x /usr/local/bin/godot
- name: Install export templates
run: |