mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Update wineboot command to suppress output and update
Suppress output for wineboot initialization and add update step.
This commit is contained in:
committed by
John Kleinschmidt
parent
34fba75af3
commit
df4a22eae4
3
.github/actions/build-electron/action.yml
vendored
3
.github/actions/build-electron/action.yml
vendored
@@ -77,7 +77,8 @@ runs:
|
||||
export DISPLAY=:99.0
|
||||
echo "DISPLAY=:99.0" >> $GITHUB_ENV
|
||||
# Initialize wine prefix to avoid first-run delays during build
|
||||
"$WINE_PATH" wineboot --init
|
||||
"$WINE_PATH" wineboot --init 2>/dev/null || true
|
||||
"$WINE_PATH" wineboot --update
|
||||
# Pass wine path to GN so siso can find it regardless of PATH
|
||||
GN_APPENDED_ARGS="$GN_EXTRA_ARGS v8_wine_path=\"$WINE_PATH\""
|
||||
echo "GN_EXTRA_ARGS=$GN_APPENDED_ARGS" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user