Skip to content

Commit

Permalink
CI: Use xvfb-run for wineboot too
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Jul 31, 2021
1 parent 8e753dc commit 9a33cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9a33cc2

Please sign in to comment.