Skip to content

Commit 7335e64

Browse files
authored
Pin OCamlformat version in CI so that we can invalidate the cache (#45)
1 parent 6a05343 commit 7335e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ opam-steps: &opam-steps
3131
sudo apt-get install -y pkg-config libncurses5-dev
3232
opam update
3333
opam install -y dune
34-
opam install -y ocamlformat
34+
opam install -y ocamlformat.0.12
3535
- run:
3636
name: 'Clean'
3737
command: rm -rf ./_build

0 commit comments

Comments
 (0)