„.gitea/workflows/build.yml“ ändern
Some checks failed
Export Game Job

This commit is contained in:
Snoweuph 2023-04-05 05:12:22 +00:00
parent 9b7b5702d8
commit 5fbc7462bd

View file

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