Skip to content

Commit 6daf5b2

Browse files
committed
ci: Avoid rebuilding rocq-prover.dev
1 parent 884b080 commit 6daf5b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ commands:
1212
command: |
1313
opam repo -a add coq-extra-dev https://coq.inria.fr/opam/extra-dev
1414
opam update
15-
opam pin remove dune -n
16-
opam install --deps-only .
15+
opam install --deps-only . --skip-updates
1716
- run:
1817
name: List installed packages
1918
command: opam list

0 commit comments

Comments
 (0)