Skip to content

Commit 7f2663d

Browse files
author
Yishuai Li
committed
CI for Coq 8.19
1 parent 2b9b50d commit 7f2663d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/docker-action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- 'coqorg/coq:8.16'
2727
- 'coqorg/coq:8.17'
2828
- 'coqorg/coq:8.18'
29+
- 'coqorg/coq:8.19'
2930
- 'coqorg/coq:dev'
3031
fail-fast: false
3132
steps:
@@ -52,9 +53,6 @@ jobs:
5253
make -j`nproc` coqdoc
5354
endGroup
5455
before_script: |
55-
startGroup "Install and configure Clang"
56-
opam install conf-clang
57-
endGroup
5856
startGroup "Workaround permission issue"
5957
sudo chown -R coq:coq .
6058
endGroup

meta.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ tested_coq_opam_versions:
4141
- version: '8.16'
4242
- version: '8.17'
4343
- version: '8.18'
44+
- version: '8.19'
4445
- version: 'dev'
4546

4647
make_target: theories
@@ -54,9 +55,6 @@ action_appendix: |2-
5455
make -j`nproc` coqdoc
5556
endGroup
5657
before_script: |
57-
startGroup "Install and configure Clang"
58-
opam install conf-clang
59-
endGroup
6058
startGroup "Workaround permission issue"
6159
sudo chown -R coq:coq .
6260
endGroup

0 commit comments

Comments
 (0)