Skip to content

Commit

Permalink
Remove installation of Graphviz.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 18, 2019
1 parent c1df8d3 commit 1d4ef3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- php7.1
- php7.2
- php7.3
- php7.4

steps:
- name: "Checkout"
Expand All @@ -32,9 +33,6 @@ jobs:
if: matrix.dependencies == 'lowest'
run: ${{ matrix.php-binary }} $(which composer) update --no-interaction --no-progress --no-suggest --prefer-lowest

- name: "Install Graphviz"
run: sudo apt-get install graphviz

- name: "Run Grumphp"
run: ${{ matrix.php-binary }} vendor/bin/grumphp run
env:
Expand Down

0 comments on commit 1d4ef3c

Please sign in to comment.