Skip to content

Commit

Permalink
[ci] Update Opam Install CI for stable Coq versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed May 31, 2024
1 parent 73a3cf8 commit 386caa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: opam exec -- make test-compiler

build-opam:
name: Opam dev install
name: Opam Install
strategy:
fail-fast: false
runs-on: ubuntu-latest
Expand All @@ -102,8 +102,6 @@ jobs:
run: |
opam install lwt logs # Also build pet-server
opam install memprof-limits # We need to do this to avoid coq-lsp rebuilding Coq below due to deptops
opam install vendor/coq/{coq-core,coq-stdlib,coqide-server,coq}.opam
opam install vendor/coq-serapi/coq-serapi.opam
- name: Install `coq-lsp` into OPAM switch
run: opam install .
Expand Down

0 comments on commit 386caa9

Please sign in to comment.