mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Fixes CI
This commit is contained in:
parent
cc040dbbd1
commit
a910838842
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ extends:
|
||||||
workingDirectory: $(Build.SourcesDirectory)/dependencies/vscode/out-monaco-editor-core
|
workingDirectory: $(Build.SourcesDirectory)/dependencies/vscode/out-monaco-editor-core
|
||||||
testPlatforms: []
|
testPlatforms: []
|
||||||
buildSteps:
|
buildSteps:
|
||||||
- name: Install libkrb5-dev
|
- script: sudo apt install -y libkrb5-dev
|
||||||
run: sudo apt install -y libkrb5-dev
|
displayName: Install libkrb5-dev
|
||||||
|
|
||||||
- script: npm ci
|
- script: npm ci
|
||||||
displayName: Install NPM dependencies
|
displayName: Install NPM dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue