We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabdb6a commit a51da83Copy full SHA for a51da83
.github/workflows/monaco-editor.yml
@@ -45,11 +45,11 @@ jobs:
45
path: ${{ steps.npmCacheDirPath.outputs.dir }}
46
key: ${{ runner.os }}-npmCacheDir-${{ steps.nodeModulesCacheKey.outputs.value }}
47
restore-keys: ${{ runner.os }}-npmCacheDir-
48
- - name: Install libkrb5-dev
+ - name: Install system dependencies
49
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
50
run: |
51
sudo apt update
52
- sudo apt install -y libkrb5-dev
+ sudo apt install -y libxkbfile-dev pkg-config libkrb5-dev libxss1
53
- name: Execute npm
54
55
env:
0 commit comments