We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a95d46 commit 09941b1Copy full SHA for 09941b1
.github/workflows/main.yml
@@ -15,12 +15,12 @@ jobs:
15
- uses: actions/checkout@v2
16
17
- name: Install libvips
18
- env:
19
- DEBIAN_FRONTEND: noninteractive
20
- run:
21
- # we only need the library
22
- sudo apt-get install --fix-missing -qq -o Acquire::Retries=3 libvips
23
-
+ run: |
+ sudo apt-get update
+ sudo apt-get install -f -y
+ sudo apt-get install -y libpoppler-glib8 libpoppler-dev
+ sudo apt-get install -y libvips-dev
+
24
- name: Setup Ruby
25
uses: ruby/setup-ruby@v1
26
with:
0 commit comments