CI: Use xvfb-run for wineboot too

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-07-31 15:28:52 +01:00
parent db0ab0f12b
commit e0b114da1e
1 changed files with 2 additions and 2 deletions

View File

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