Skip to content
Snippets Groups Projects
Commit ef8e1055 authored by Julien Girard-Satabin's avatar Julien Girard-Satabin
Browse files

Forces CI to select correct opam cache.

parent 3feb5e16
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,8 @@ tests:
- _opam
script:
- if [ ! -d _opam ]; then echo "no local switch in the CI cache, we setup a new switch"; opam switch create --yes --no-install . ocaml-base-compiler.4.13.1; fi
- eval $(opam env)
- opam switch 4.13
- eval $(opam env --switch=4.13 --set-switch)
- opam switch
- sudo apt-get update
- sudo apt install -y protobuf-compiler
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment