Skip to content

Commit

Permalink
CI: Add --fix-broken
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed May 31, 2023
1 parent 10f229d commit d09ebb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Install PEAR
if: matrix.php < 5.6
run: |
# sudo apt-get update
sudo apt-get install php-pear
sudo apt-get update
sudo apt-get --fix-broken install php-pear
pear version
- name: Execute tests
Expand Down

0 comments on commit d09ebb9

Please sign in to comment.