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