mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 03:25:38 +00:00
wine fix
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -43,10 +43,11 @@ jobs:
|
||||
|
||||
- name: Init Wine prefix
|
||||
env:
|
||||
WINEPREFIX: ${{ github.workspace }}/.wine
|
||||
WINEPREFIX: ${{ github.workspace }}/tools/.wine
|
||||
WINEDEBUG: "-all"
|
||||
#WINEARCH: "win32"
|
||||
run: |
|
||||
mkdir ${{ github.workspace }}/tools
|
||||
winecfg
|
||||
#wineboot -u
|
||||
|
||||
|
||||
Reference in New Issue
Block a user