Update .forgejo/workflows/godot-html5.yml
This commit is contained in:
parent
b9b84dcd69
commit
fe242e703e
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
# ---------------------------
|
# ---------------------------
|
||||||
- name: Install Godot
|
- name: Install Godot
|
||||||
run: |
|
run: |
|
||||||
wget https://downloads.godotengine.org/?version=4.6&flavor=stable&slug=linux.x86_64.zip&platform=linux.64
|
wget https://github.com/godotengine/godot/releases/download/4.6-stable/Godot_v4.6-stable_linux.x86_64.zip
|
||||||
unzip Godot_v4.6-stable_linux.x86_64.zip
|
unzip Godot_v4.6-stable_linux.x86_64.zip
|
||||||
chmod +x Godot_v4.6-stable_linux.x86_64
|
chmod +x Godot_v4.6-stable_linux.x86_64
|
||||||
mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
|
mv Godot_v4.6-stable_linux.x86_64 /usr/local/bin/godot
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue