summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2021-07-31 15:44:10 +0100
committerfalkTX <falktx@falktx.com>2021-07-31 15:44:10 +0100
commit8333ea57cfadf8a82e83e24e075ff18ca98f569e (patch)
treefdbb724c2015adb6b8231d7b5fab678c8bafb28e
parent9a33cc254c49c0c96c4dbe0552caade1583fb1e2 (diff)
downloadjack2-8333ea57cfadf8a82e83e24e075ff18ca98f569e.tar.gz
Revert "CI: Use xvfb-run for wineboot too"
This reverts commit 9a33cc254c49c0c96c4dbe0552caade1583fb1e2.
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e70d7b99..168c23d7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -178,7 +178,7 @@ jobs:
run: |
# Setup wine
export WINEPREFIX=$(pwd)/innosetup
- xvfb-run wineboot -u
+ wineboot -u
# Download and install innosetup
curl -L https://jrsoftware.org/download.php/is.exe?site=2 -o is.exe
xvfb-run wine is.exe /allusers /dir=C:\\InnoSeup /nocancel /norestart /verysilent
@@ -263,7 +263,7 @@ jobs:
run: |
# Setup wine
export WINEPREFIX=$(pwd)/innosetup
- xvfb-run wineboot -u
+ wineboot -u
# Download and install innosetup
curl -L https://jrsoftware.org/download.php/is.exe?site=2 -o is.exe
xvfb-run wine64 is.exe /allusers /dir=C:\\InnoSeup /nocancel /norestart /verysilent