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 c78ade6729 - Show all commits

View file

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