parent
7ddbe585fd
commit
a7ee811d85
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 update -y
|
||||||
apt install -y wine64
|
apt install -y wine64 nodejs
|
||||||
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
|
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
|
||||||
- name: download lib
|
- name: download lib
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue