From 5636a40221f982e9d181e3d9729cc26963fe2085 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Thu, 27 Jul 2023 12:44:55 +0200 Subject: [PATCH] Fixes CI (#4102) * Fixes CI * Fixes CI --- .azure-pipelines/publish-nightly.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines/publish-nightly.yml b/.azure-pipelines/publish-nightly.yml index e6efeeed..344bbdfd 100644 --- a/.azure-pipelines/publish-nightly.yml +++ b/.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