Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Aug 4, 2023
1 parent 1aabda8 commit 6de145b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install poppler
run: |
sudo apt-get --fix-broken install
sudo apt-get install poppler-utils || ( sudo apt-get --fix-broken update && sudo apt-get install poppler-utils )
sudo apt-get install poppler-utils || ( sudo apt-get update && sudo apt-get install poppler-utils )
- name: Run tests
run: sh test/check.sh --all
Expand Down

0 comments on commit 6de145b

Please sign in to comment.