Skip to content

Commit

Permalink
testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpatek committed Mar 17, 2024
1 parent 43439c9 commit d2cc545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: ssciwr/doxygen-install@v1

- name: Install Dot
run: sudo apt-get update && sudo apt-get install -y dot
run: sudo apt-get update && sudo apt-get install graphviz

- name: Configure
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DSIGFN_DOCS=ON
Expand Down

0 comments on commit d2cc545

Please sign in to comment.