Skip to content

Commit f733cca

Browse files
committed
Skip binary downloads during build
1 parent 6f69f28 commit f733cca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ jobs:
157157
VERSION: 0.0.0
158158
VSCODE_TARGET: linux-x64
159159
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
160+
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
161+
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
160162

161163
steps:
162164
- run: sudo apt update && sudo apt install -y libkrb5-dev

0 commit comments

Comments
 (0)