Skip to content

Commit

Permalink
Merge pull request #423 from ejgallego/ci_after
Browse files Browse the repository at this point in the history
[ci] Build Coq after final OPAM setup.
  • Loading branch information
ejgallego authored Aug 29, 2024
2 parents b8202dc + 391794e commit b85cd3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
coq-core-dev: http://coq.inria.fr/opam/core-dev
- name: Display OPAM Setup
run: opam list
- name: Install SerAPI deps
run: |
opam install --ignore-constraints-on=coq --deps-only vendor/coq-lsp/coq-lsp.opam
opam install --ignore-constraints-on=coq,coq-lsp --deps-only .
- name: Install Coq via git
if: ${{ matrix.coq-from-git }}
run: |
Expand All @@ -101,10 +105,6 @@ jobs:
- name: Extra OPAM Setup (Coq.dev, misc extra tools)
if: ${{ matrix.extra-opam != '' }}
run: opam install ${{ matrix.extra-opam }}
- name: Install SerAPI deps
run: |
opam install --ignore-constraints-on=coq --deps-only vendor/coq-lsp/coq-lsp.opam
opam install --ignore-constraints-on=coq,coq-lsp --deps-only .
- name: Build SerAPI
run: |
opam exec -- make -j "$NJOBS" SERAPI_COQ_HOME="$SERAPI_COQ_HOME"
Expand Down

0 comments on commit b85cd3d

Please sign in to comment.