ci-test (working now) #2

Merged
Snoweuph merged 82 commits from ci-test into master 2023-04-05 19:20:53 +00:00
Showing only changes of commit 156fc83ab5 - Show all commits

View file

@ -8,15 +8,16 @@ jobs:
steps:
- name: checkout
uses: https://github.com/actions/checkout@v3.3.0
- name: install wine
- name: install packages
id: wine_install
run: |
apt update -y
apt install -y wine64 nodejs
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
- name: download lib
- name: download build libs
run: |
mkdir -p /root/.local/share/godot/
mkdir -p ~/build
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
- name: export game