summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2021-07-31 15:28:52 +0100
committerfalkTX <falktx@falktx.com>2022-01-15 15:09:55 +0000
commite0b114da1e40a3b6b50394b3a39dfaa12a0361b9 (patch)
tree5f02495132ecc0789927ceb2706b1667f7d11bd1 /.github/workflows
parentdb0ab0f12b388121b9684a2ba3cfc20d02a78707 (diff)
downloadjack2-e0b114da1e40a3b6b50394b3a39dfaa12a0361b9.tar.gz
CI: Use xvfb-run for wineboot too
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat (limited to '.github/workflows')
-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 168c23d7..e70d7b99 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -178,7 +178,7 @@ jobs:
run: |
# Setup wine
export WINEPREFIX=$(pwd)/innosetup
- wineboot -u
+ xvfb-run 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
- wineboot -u
+ xvfb-run 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