Install playwright dependencies in monaco-editor-core job (#5116)

This commit is contained in:
Henning Dieterichs 2025-11-18 19:02:22 +01:00 committed by GitHub
parent 5486e82ffa
commit 574b846ad2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,6 +56,9 @@ extends:
versionSource: fromFile
versionFilePath: .nvmrc
- script: npx playwright install --with-deps
displayName: Install Playwright Dependencies
- script: sudo apt install -y libkrb5-dev
displayName: Install libkrb5-dev