Skip to content

Commit

Permalink
chore(): update woorkflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenVelocity committed Jan 2, 2022
1 parent 89ea6e6 commit 0cb8de7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: sudo apt-get update
- run: sudo apt-get install ffmpeg libvips-dev linuxmusl
- run: sudo apt-get install ffmpeg libvips-dev gtk-doc-tools gobject-introspection
- run: npm i -g npm@latest
- run: npm ci
- run: npm run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
uses: actions/setup-node@v2.1.1

- name: Install Libvips
run: sudo apt-get update
run: sudo apt-get install libvips-dev linuxmusl
- run: sudo apt-get update
- run: sudo apt-get install ffmpeg libvips-dev gtk-doc-tools gobject-introspection

- name: Install Dependencies
run: npm i
Expand Down

0 comments on commit 0cb8de7

Please sign in to comment.