Skip to content

Commit

Permalink
#502 Fix build on master
Browse files Browse the repository at this point in the history
  • Loading branch information
j3nsch committed Jan 21, 2022
1 parent 5481024 commit eed27fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ 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: 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 eed27fd

Please sign in to comment.