Skip to content

Commit

Permalink
Fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hediet committed Jul 27, 2023
1 parent cc040db commit a910838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ extends:
workingDirectory: $(Build.SourcesDirectory)/dependencies/vscode/out-monaco-editor-core
testPlatforms: []
buildSteps:
- name: Install libkrb5-dev
run: sudo apt install -y libkrb5-dev
- script: sudo apt install -y libkrb5-dev
displayName: Install libkrb5-dev

- script: npm ci
displayName: Install NPM dependencies
Expand Down

0 comments on commit a910838

Please sign in to comment.