Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yforster committed Sep 4, 2023
1 parent 33c2816 commit af6b08f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
startGroup "Build project"
opam exec -- make -j 2
opam exec -- make coqdoc
opam exec -- make depgraph
endGroup
uninstall: |
startGroup "Clean project"
Expand All @@ -57,6 +56,11 @@ jobs:
# to avoid a warning at cleanup time
if: ${{ always() }}
run: sudo chown -R 1001:116 . # <--
- name: Install graphviz
uses: ts-graphviz/setup-graphviz@v1

- name: Build dependency graph
run: make depgraph

- name: Build doc overview
uses: docker://pandoc/core:2.9
Expand Down

0 comments on commit af6b08f

Please sign in to comment.