parent
e3675dc9bd
commit
ccf63026b3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- name: install wine
|
- name: install wine
|
||||||
id: wine_install
|
id: wine_install
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update -y
|
||||||
apt install -y wine64
|
apt install -y wine64
|
||||||
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
|
echo "WINE_PATH=$(which wine64)" >> $GITHUB_OUTPUT
|
||||||
- name: export game
|
- name: export game
|
||||||
|
|
Loading…
Reference in a new issue