소스 검색

Fixes CI (#4102)

* Fixes CI

* Fixes CI
Henning Dieterichs 2 년 전
부모
커밋
5636a40221
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .azure-pipelines/publish-nightly.yml

+ 3 - 0
.azure-pipelines/publish-nightly.yml

@@ -41,6 +41,9 @@ extends:
         workingDirectory: $(Build.SourcesDirectory)/dependencies/vscode/out-monaco-editor-core
         testPlatforms: []
         buildSteps:
+          - name: Install libkrb5-dev
+            run: sudo apt install -y libkrb5-dev
+
           - script: npm ci
             displayName: Install NPM dependencies