parent
156fc83ab5
commit
c78ade6729
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ jobs:
|
|||
- name: install packages
|
||||
id: wine_install
|
||||
run: |
|
||||
apt update -y
|
||||
apt install -y wine64 nodejs
|
||||
apt update -y && apt upgrade -y
|
||||
apt install -y wine64 nodejs 7z
|
||||
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
|
||||
- name: download build libs
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue