parent
5fbc7462bd
commit
61bf9d5e24
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
id: wine_install
|
id: wine_install
|
||||||
run: |
|
run: |
|
||||||
apt update -y && apt upgrade -y
|
apt update -y && apt upgrade -y
|
||||||
apt install -y wine64 nodejs p7zip-full
|
apt install -y wine64 nodejs p7zip-full ca-certificates
|
||||||
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
|
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
|
||||||
- name: download build libs
|
- name: download build libs
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue