parent
855cf18dff
commit
d8b1dbc1f7
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: |
|
||||||
sudo apt install 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
|
||||||
id: export
|
id: export
|
||||||
|
|
Loading…
Reference in a new issue