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 c28dfda commit 89ea6e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-arm64v8
- run: sudo apt-get install ffmpeg libvips-dev linuxmusl
- run: npm i -g npm@latest
- run: npm ci
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

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

- name: Install Dependencies
run: npm i
Expand Down

0 comments on commit 89ea6e6

Please sign in to comment.