From 679d2319a194e238bb8dac3ce5005d40dc33b852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 3 Feb 2026 22:19:11 +0100 Subject: [PATCH] comment out wineboot --- .github/workflows/main.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba5cc26d7..2185358ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: