mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 09:09:01 +00:00
comment out wineboot
This commit is contained in:
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
@@ -60,15 +60,15 @@ jobs:
|
||||
run: |
|
||||
dpkg --add-architecture i386
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends wine64
|
||||
apt install -y -qq --no-install-recommends wine64
|
||||
|
||||
- name: Init Wine prefix
|
||||
env:
|
||||
WINEPREFIX: ${{ github.workspace }}/.wine
|
||||
WINEDEBUG: "-all"
|
||||
run: |
|
||||
mkdir -p "$WINEPREFIX"
|
||||
wineboot -u
|
||||
# - name: Init Wine prefix
|
||||
# env:
|
||||
# WINEPREFIX: ${{ github.workspace }}/.wine
|
||||
# WINEDEBUG: "-all"
|
||||
# run: |
|
||||
# mkdir -p "$WINEPREFIX"
|
||||
# wineboot -u
|
||||
|
||||
- name: Install Resource Hacker
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user