mirror of
https://github.com/cdr/code-server.git
synced 2026-03-31 18:44:46 +02:00
Skip binary downloads during build
This commit is contained in:
parent
6f69f28379
commit
f733ccaed1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -157,6 +157,8 @@ jobs:
|
|||
VERSION: 0.0.0
|
||||
VSCODE_TARGET: linux-x64
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
|
||||
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
||||
|
||||
steps:
|
||||
- run: sudo apt update && sudo apt install -y libkrb5-dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue