We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad3ef5 commit 74cbf4cCopy full SHA for 74cbf4c
.github/workflows/build-coq-demo.yml
@@ -53,6 +53,8 @@ jobs:
53
- mathcomp/mathcomp:1.10.0-coq-8.11
54
- mathcomp/mathcomp:1.11.0-coq-dev
55
- mathcomp/mathcomp-dev:coq-dev
56
+ matrix_script:
57
+ - "opam pin list"
58
max-parallel: 4
59
fail-fast: false
60
steps:
@@ -66,6 +68,7 @@ jobs:
66
68
sudo apt-get update -y -q
67
69
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y -q --no-install-recommends emacs
70
before_script: |
71
+ ${{matrix_script}}
72
opam config report
73
after_script: |
74
emacs --version
0 commit comments