Deps for plugin-runtime

This commit is contained in:
Gregory Schier
2024-07-19 15:16:35 -07:00
parent 0b2da8e7ae
commit 9370b4879b

View File

@@ -65,7 +65,13 @@ jobs:
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: Install Node dependencies
run: npm ci
run: |
npm ci
- name: Install plugin-runtime Node dependencies
working-directory: plugin-runtime
run: |
npm ci
- name: Build plugins
working-directory: ${{ env.YAAK_PLUGINS_DIR }}