Skip to content

Commit

Permalink
CI for Coq 8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed Feb 26, 2024
1 parent 2b9b50d commit 7f2663d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- 'coqorg/coq:8.16'
- 'coqorg/coq:8.17'
- 'coqorg/coq:8.18'
- 'coqorg/coq:8.19'
- 'coqorg/coq:dev'
fail-fast: false
steps:
Expand All @@ -52,9 +53,6 @@ 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
4 changes: 1 addition & 3 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ tested_coq_opam_versions:
- version: '8.16'
- version: '8.17'
- version: '8.18'
- version: '8.19'
- version: 'dev'

make_target: theories
Expand All @@ -54,9 +55,6 @@ 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 7f2663d

Please sign in to comment.