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 04a605d commit f7b099cCopy full SHA for f7b099c
.github/workflows/build-coq-demo.yml
@@ -52,7 +52,7 @@ jobs:
52
# - mathcomp/mathcomp:1.10.0-coq-8.10
53
- mathcomp/mathcomp:1.10.0-coq-8.11
54
# - mathcomp/mathcomp:1.11.0-coq-dev # not available anymore
55
- - mathcomp/mathcomp-dev:coq-dev
+ # - mathcomp/mathcomp-dev:coq-dev
56
matrix_script:
57
- "opam pin list"
58
max-parallel: 4
@@ -68,7 +68,7 @@ jobs:
68
sudo apt-get update -y -q
69
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y -q --no-install-recommends emacs
70
before_script: |
71
- ${{matrix_script}}
+ ${{matrix.matrix_script}}
72
opam config report
73
after_script: |
74
emacs --version
0 commit comments