Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Dec 1, 2024
1 parent 8a540c3 commit 4adba1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
opam pin add coq-core ${{ matrix.coq_version }}
opam pin add coq-stdlib ${{ matrix.coq_version }}
if: ${{ matrix.coq_version != 'dev' }}
- run: opam install ./coq-elpi.opam --deps-only --with-test -y
- run: opam install ./coq-elpi.opam --deps-only --with-test -y --ignore-constraints-on coq
- run: opam exec make build
- run: opam exec make test

Expand Down

0 comments on commit 4adba1a

Please sign in to comment.