Skip to content

Commit

Permalink
#502 Leave fix in for now
Browse files Browse the repository at this point in the history
  • Loading branch information
j3nsch committed Jan 20, 2022
1 parent 584f27a commit cc76a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Install Composer and Dependencies
run: sudo apt-get update && curl -s http://getcomposer.org/installer | php && php composer.phar self-update && php composer.phar install

- name: Broken Build Testing
run: sudo apt --fix-broken install
- name: Fix for issue 502
run: sudo apt-get --fix-broken install

- name: Install additional Software
run: sudo apt-get install libxml2-utils
Expand Down

0 comments on commit cc76a8b

Please sign in to comment.