Skip to content

Commit

Permalink
[hack] install recent dune
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jan 13, 2025
1 parent 346abfc commit 75c1147
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ jobs:
OPAMYES: true
run: |
opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev
opam install ./language-server/vscoq-language-server.opam --deps-only --with-doc --with-test
opam install dune
opam install ./language-server/vscoq-language-server.opam --deps-only --with-doc --with-test --ignore-constraints-on dune
- name: Build vscoq-language-server
run: |
Expand Down

0 comments on commit 75c1147

Please sign in to comment.