Update .forgejo/workflows/godot-html5.yml
Some checks failed
Build and Deploy Godot HTML5 / build (push) Failing after 6s
Test Runner / test (push) Successful in 3s

This commit is contained in:
Tanner Van Teeffelen 2026-05-09 01:25:37 -04:00
parent f676a76887
commit b9b84dcd69

View file

@ -29,7 +29,7 @@ jobs:
# ---------------------------
- name: Install Godot
run: |
wget https://downloads.tuxfamily.org/godotengine/4.6/Godot_v4.6-stable_linux.x86_64.zip
wget https://downloads.godotengine.org/?version=4.6&flavor=stable&slug=linux.x86_64.zip&platform=linux.64
unzip Godot_v4.6-stable_linux.x86_64.zip
chmod +x Godot_v4.6-stable_linux.x86_64
mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot