Browse Source

Revert "CI: Use xvfb-run for wineboot too"

This reverts commit 9a33cc254c.
tags/v1.9.20
falkTX 3 years ago
parent
commit
491b3806f6
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/build.yml

+ 2
- 2
.github/workflows/build.yml View File

@@ -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


Loading…
Cancel
Save