From cc040dbbd1503f1d4724e299d7c5c21d6a4fe201 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Thu, 27 Jul 2023 12:30:44 +0200 Subject: [PATCH] Fixes CI --- .azure-pipelines/publish-nightly.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure-pipelines/publish-nightly.yml b/.azure-pipelines/publish-nightly.yml index 69e6aed7..344bbdfd 100644 --- a/.azure-pipelines/publish-nightly.yml +++ b/.azure-pipelines/publish-nightly.yml @@ -42,7 +42,6 @@ extends: testPlatforms: [] buildSteps: - name: Install libkrb5-dev - if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }} run: sudo apt install -y libkrb5-dev - script: npm ci