Skip to content

Commit

Permalink
Issue #2694: provide GraphViz in the Docker image
Browse files Browse the repository at this point in the history
Also in the github workflow files.
  • Loading branch information
bschmalhofer committed Nov 20, 2023
1 parent ccaebda commit 2c5a0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache_local_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: 'install dependencies'
if: steps.cache_local_lib.outputs.cache-hit != 'true'
run: sudo apt -y update && sudo apt install -y libxml2-utils libxslt-dev
run: sudo apt -y update && sudo apt install -y libxml2-utils libxslt-dev graphviz


- name: 'install Perl modules from CPAN'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: jitterbit/get-changed-files@v1

- name: 'install dependencies'
run: sudo apt -y update && sudo apt install -y libxml2-utils libxslt-dev
run: sudo apt -y update && sudo apt install -y libxml2-utils libxslt-dev graphviz

- name: 'checkout otobo'
uses: actions/checkout@v2
Expand Down

0 comments on commit 2c5a0c4

Please sign in to comment.