We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884b080 commit 6daf5b2Copy full SHA for 6daf5b2
1 file changed
.circleci/config.yml
@@ -12,8 +12,7 @@ commands:
12
command: |
13
opam repo -a add coq-extra-dev https://coq.inria.fr/opam/extra-dev
14
opam update
15
- opam pin remove dune -n
16
- opam install --deps-only .
+ opam install --deps-only . --skip-updates
17
- run:
18
name: List installed packages
19
command: opam list
0 commit comments