Skip to content

Commit

Permalink
Fix libvips install on GitHub actions
Browse files Browse the repository at this point in the history
Prevent error of the form:

  Failed to fetch mirror+file:/etc/apt/apt-mirrors.txt/pool/main/p/poppler/libpoppler-glib-dev_22.02.0-2ubuntu0.2_amd64.deb  404  Not Found
  • Loading branch information
tf committed Nov 28, 2023
1 parent 9a932aa commit 47e21c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:

- name: Install libvips package for image processing
run: |
sudo apt-get update
sudo apt-get install libvips-dev
- name: Install audiowaveform package
Expand Down

0 comments on commit 47e21c4

Please sign in to comment.