Skip to content

Commit 74cbf4c

Browse files
committed
1 parent 1ad3ef5 commit 74cbf4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
- mathcomp/mathcomp:1.10.0-coq-8.11
5454
- mathcomp/mathcomp:1.11.0-coq-dev
5555
- mathcomp/mathcomp-dev:coq-dev
56+
matrix_script:
57+
- "opam pin list"
5658
max-parallel: 4
5759
fail-fast: false
5860
steps:
@@ -66,6 +68,7 @@ jobs:
6668
sudo apt-get update -y -q
6769
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y -q --no-install-recommends emacs
6870
before_script: |
71+
${{matrix_script}}
6972
opam config report
7073
after_script: |
7174
emacs --version

0 commit comments

Comments
 (0)