Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
Install pandoc
  • Loading branch information
BioFreak95 authored Feb 28, 2020
1 parent 98e2275 commit 48d62da
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 @@ -12,6 +12,9 @@ jobs:

- name: Change to PHP7.0
run: sudo update-alternatives --set php /usr/bin/php7.0

- name: Install Pandoc
run: sudo apt-get install pandoc

- name: Install Composer and Dependencies
run: curl -s http://getcomposer.org/installer | php && php composer.phar self-update && php composer.phar install
Expand Down

0 comments on commit 48d62da

Please sign in to comment.