Skip to content

Commit

Permalink
Also run pear installation as root
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Dec 8, 2020
1 parent 2d82a4f commit be2da51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run tests
run: |
pear install -f package.xml
sudo pear install -f package.xml
pear version
pear run-tests -qr tests/ || cat run-tests.log
for i in `find tests/ -name '*.out'`; do echo "$i"; cat "$i"; done

0 comments on commit be2da51

Please sign in to comment.