Skip to content

Commit a51da83

Browse files
sandy081deepak1556
andauthored
ci: fix broken monaco editor action (microsoft#237554)
ci: fix broken monaco editor action (microsoft#237347) Co-authored-by: Robo <[email protected]>
1 parent fabdb6a commit a51da83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/monaco-editor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ jobs:
4545
path: ${{ steps.npmCacheDirPath.outputs.dir }}
4646
key: ${{ runner.os }}-npmCacheDir-${{ steps.nodeModulesCacheKey.outputs.value }}
4747
restore-keys: ${{ runner.os }}-npmCacheDir-
48-
- name: Install libkrb5-dev
48+
- name: Install system dependencies
4949
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
5050
run: |
5151
sudo apt update
52-
sudo apt install -y libkrb5-dev
52+
sudo apt install -y libxkbfile-dev pkg-config libkrb5-dev libxss1
5353
- name: Execute npm
5454
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
5555
env:

0 commit comments

Comments
 (0)