Skip to content

Commit

Permalink
coq-opam-package.yml: --verbose opam install coq
Browse files Browse the repository at this point in the history
For debugging
  • Loading branch information
JasonGross authored Mar 3, 2025
1 parent b3f2c59 commit a8fecd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coq-opam-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- run: opam update
- run: opam pin add ocamlfind '${{ matrix.os.ocamlfind-pin }}'
if: matrix.os.ocamlfind-pin != ''
- run: opam pin --kind=version add coq ${{ matrix.coq-version }}
- run: opam pin --kind=version add coq ${{ matrix.coq-version }} --verbose

- name: echo more build params
run: |
Expand Down

0 comments on commit a8fecd4

Please sign in to comment.