Skip to content

Commit

Permalink
Ubuntu latest needs --fix-broken
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Jan 18, 2022
1 parent 681d413 commit 2e35309
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
extensions: mbstring, intl, mysqlnd

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

0 comments on commit 2e35309

Please sign in to comment.