parent
56ab0abc8e
commit
d252a9d95f
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ jobs:
|
||||||
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
|
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
|
||||||
- name: download godot build libs
|
- name: download godot build libs
|
||||||
run: |
|
run: |
|
||||||
wget -nv https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_linux.x86_64.zip -O /root/.local/share/godot/godot.zip
|
mkdir -p /root/.local/share/godot/
|
||||||
|
wget -nv https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_linux.x86_64.zip -O "/root/.local/share/godot/godot.zip"
|
||||||
wget -nv https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_export_templates.tpz -O /root/.local/share/godot/godot_templates.tpz
|
wget -nv https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_export_templates.tpz -O /root/.local/share/godot/godot_templates.tpz
|
||||||
- name: setup godot build libs
|
- name: setup godot build libs
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue