We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7343fb3 commit 69370feCopy full SHA for 69370fe
.github/workflows/coq-action.yml
@@ -46,6 +46,7 @@ jobs:
46
opam install -y ${{ matrix.coq_version == 'dev' && 'coq-flocq' || matrix.bit_size == 32 && 'coq-compcert-32.3.13.1' || 'coq-compcert.3.13.1' }}
47
# Required by test2
48
opam install -y coq-ext-lib
49
+ opam install -y coq-paco
50
endGroup
51
# See https://github.com/coq-community/docker-coq-action/tree/v1#permissions
52
before_script: |
0 commit comments