Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenVelocity committed Jan 2, 2022
1 parent b516d89 commit 44e22e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: sudo apt-get update
<<<<<<< HEAD
- run: sudo apt-get install ffmpeg libvips-dev linuxmusl-arm64v8
=======
- run: sudo apt-get install ffmpeg libvips-dev
>>>>>>> 55ef21be4fa9f0ab5827a4e7a1e9f2ff1a994ca5
- 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 @@ -27,7 +27,11 @@ jobs:

- name: Install Libvips
run: sudo apt-get update
<<<<<<< HEAD
run: sudo apt-get install libvips-dev linuxmusl-arm64v8
=======
run: sudo apt-get install libvips-dev
>>>>>>> 55ef21be4fa9f0ab5827a4e7a1e9f2ff1a994ca5

- name: Install Dependencies
run: npm i
Expand Down

0 comments on commit 44e22e3

Please sign in to comment.