Browse Source

Fixes CI (#4102)

* Fixes CI

* Fixes CI
Henning Dieterichs 1 year ago
parent
commit
5636a40221
1 changed files with 3 additions and 0 deletions
  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