Skip to content

Commit f7b099c

Browse files
committed
Demo build
1 parent 04a605d commit f7b099c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-coq-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# - mathcomp/mathcomp:1.10.0-coq-8.10
5353
- mathcomp/mathcomp:1.10.0-coq-8.11
5454
# - mathcomp/mathcomp:1.11.0-coq-dev # not available anymore
55-
- mathcomp/mathcomp-dev:coq-dev
55+
# - mathcomp/mathcomp-dev:coq-dev
5656
matrix_script:
5757
- "opam pin list"
5858
max-parallel: 4
@@ -68,7 +68,7 @@ jobs:
6868
sudo apt-get update -y -q
6969
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y -q --no-install-recommends emacs
7070
before_script: |
71-
${{matrix_script}}
71+
${{matrix.matrix_script}}
7272
opam config report
7373
after_script: |
7474
emacs --version

0 commit comments

Comments
 (0)