mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 17:48:30 +02:00
Deps for plugin-runtime
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -65,7 +65,13 @@ jobs:
|
|||||||
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
|
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
|
||||||
|
|
||||||
- name: Install Node dependencies
|
- 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
|
- name: Build plugins
|
||||||
working-directory: ${{ env.YAAK_PLUGINS_DIR }}
|
working-directory: ${{ env.YAAK_PLUGINS_DIR }}
|
||||||
|
|||||||
Reference in New Issue
Block a user