Skip to content

Commit

Permalink
CI: install Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed Oct 24, 2023
1 parent d66cc01 commit eed3062
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
make -j`nproc` coqdoc
endGroup
before_script: |
startGroup "Install and configure Clang"
opam install conf-clang
endGroup
startGroup "Workaround permission issue"
sudo chown -R coq:coq .
endGroup
Expand Down
3 changes: 3 additions & 0 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ action_appendix: |2-
make -j`nproc` coqdoc
endGroup
before_script: |
startGroup "Install and configure Clang"
opam install conf-clang
endGroup
startGroup "Workaround permission issue"
sudo chown -R coq:coq .
endGroup
Expand Down

0 comments on commit eed3062

Please sign in to comment.