Skip to content

Commit

Permalink
#502 Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
j3nsch committed Jan 20, 2022
1 parent 9fc3593 commit 584f27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
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
run: sudo apt --fix-broken install

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

0 comments on commit 584f27a

Please sign in to comment.