There was an error while loading. Please reload this page.
1 parent 2e234d3 commit ec950b2Copy full SHA for ec950b2
.github/workflows/check-npm-dependencies-task.yml
@@ -90,6 +90,9 @@ jobs:
90
with:
91
node-version-file: package.json
92
93
+ - name: Install project dependencies
94
+ run: apt install libxkbfile-dev libsecret-1-dev
95
+
96
- name: Update dependencies license metadata cache
97
run: task --silent general:cache-dep-licenses
98
@@ -151,5 +154,8 @@ jobs:
151
154
152
155
153
156
157
158
159
160
- name: Check for dependencies with unapproved licenses
161
run: task --silent general:check-dep-licenses
0 commit comments