Skip to content

Commit

Permalink
Don't invoke dune before installing it
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Apr 15, 2021
1 parent 3268409 commit 54d371f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
opam install -y --deps-only -j $NJOBS coq-serapi
opam pin remove coq-serapi
- run: opam list
- name: Install extra opam
run: opam install --ignore-constraints-on=coq $EXTRA_OPAM
- run: opam list
- name: Install Coq via git
if: ${{ matrix.coq-from-git }}
run: |
Expand All @@ -84,8 +87,6 @@ jobs:
make
make install
popd
- name: Install extra opam
run: opam install --ignore-constraints-on=coq $EXTRA_OPAM
- name: Build SerAPI
run: |
set -e
Expand Down

0 comments on commit 54d371f

Please sign in to comment.