Skip to content

Commit

Permalink
fix-missing also in build-18 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Sep 14, 2022
1 parent 956d528 commit 6bc6e0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ jobs:

- name: Install poppler
run: |
sudo apt-get --fix-broken install
sudo apt-get install poppler-utils
sudo apt-get --fix-missing install poppler-utils
- name: Run tests
run: sh test/check.sh --all

0 comments on commit 6bc6e0b

Please sign in to comment.