Skip to content

Commit

Permalink
Add coq-released to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarrott committed Oct 16, 2024
1 parent 7c829b2 commit 5c207c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
opam pin add coq ${{ matrix.coq-version }}
opam install coq-lsp
- name: Add coq-released
if: steps.cache-opam-restore.outputs.cache-hit != 'true'
run: |
opam repo add coq-released https://coq.inria.fr/opam/released
- name: Install coq-equations
if: steps.cache-opam-restore.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 5c207c1

Please sign in to comment.