Skip to content

Commit

Permalink
chore(): update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenVelocity committed Jan 2, 2022
1 parent ebdded8 commit 55ef21b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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
- run: sudo apt-get install ffmpeg libvips-dev
- run: npm i -g npm@latest
- run: npm ci
- run: npm run build
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.1

- name: Install Libvips
run: sudo apt-get update
run: sudo apt-get install libvips-dev

- name: Install Dependencies
run: npm i
Expand Down

0 comments on commit 55ef21b

Please sign in to comment.