„.gitea/workflows/build.yml“ ändern
All checks were successful
Export Game Job

This commit is contained in:
Snoweuph 2023-04-05 13:24:30 +00:00
parent 3297406a6f
commit e6cdf72ac6

View file

@ -12,7 +12,7 @@ jobs:
id: wine_install
run: |
apt update -y && apt upgrade -y
apt install -y wine64 nodejs p7zip-full ca-certificates tree awk jq curl
apt install -y wine64 nodejs p7zip-full ca-certificates tree jq curl
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
- name: download godot build libs
run: |