mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 12:11:43 +01:00
build-essential
This commit is contained in:
@@ -55,6 +55,13 @@ steps:
|
||||
condition: and(succeeded(), eq(variables.NODE_MODULES_RESTORED, 'true'))
|
||||
displayName: Extract node_modules archive
|
||||
|
||||
- script: |
|
||||
set -e
|
||||
sudo apt update
|
||||
sudo apt install -y build-essential
|
||||
displayName: Install build tools
|
||||
condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true'))
|
||||
|
||||
- script: |
|
||||
set -e
|
||||
for i in {1..3}; do # try 3 times, for Terrapin
|
||||
|
||||
Reference in New Issue
Block a user