Skip to content
Snippets Groups Projects
Commit c3b53061 authored by Ralf Jung's avatar Ralf Jung
Browse files

turns out opam 2 still needs two calls to properly upgrade

parent ad547a4c
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ echo
if [[ -z "$FRESH_OPAM" ]]; then # skip if this is a fresh opam root
# Upgrade cached things
echo_color "$BOLDGREEN" "[prepare-opam] Upgrading packages"
opam upgrade -y
opam upgrade -y --fixup && opam upgrade -y
echo
fi
......
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