Skip to content

Commit a8fecd4

Browse files
authored
coq-opam-package.yml: --verbose opam install coq
For debugging
1 parent b3f2c59 commit a8fecd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coq-opam-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- run: opam update
123123
- run: opam pin add ocamlfind '${{ matrix.os.ocamlfind-pin }}'
124124
if: matrix.os.ocamlfind-pin != ''
125-
- run: opam pin --kind=version add coq ${{ matrix.coq-version }}
125+
- run: opam pin --kind=version add coq ${{ matrix.coq-version }} --verbose
126126

127127
- name: echo more build params
128128
run: |

0 commit comments

Comments
 (0)