Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gares authored Feb 6, 2024
1 parent cd0d767 commit bf48804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
OPAMYES: true
run: |
opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev
opam pin add coq-core ${{ matrix.coq }}
opam install coq-core.${{ matrix.coq }}
opam pin add vscoq-language-server ./language-server/ --with-doc --with-test -y
- run: |
Expand Down

0 comments on commit bf48804

Please sign in to comment.