Skip to content

Commit 09941b1

Browse files
committed
Fix CI build error
1 parent 9a95d46 commit 09941b1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- uses: actions/checkout@v2
1616

1717
- 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-
18+
run: |
19+
sudo apt-get update
20+
sudo apt-get install -f -y
21+
sudo apt-get install -y libpoppler-glib8 libpoppler-dev
22+
sudo apt-get install -y libvips-dev
23+
2424
- name: Setup Ruby
2525
uses: ruby/setup-ruby@v1
2626
with:

0 commit comments

Comments
 (0)