Skip to content

Commit

Permalink
CI: opam remove needs --all.
Browse files Browse the repository at this point in the history
  • Loading branch information
paurkedal committed Sep 19, 2018
1 parent 3b1a0d7 commit bb3e95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# This Docker image defaults to coming with its own opam repo built
# in, but we want to actually update with the real upstream opam
command: |
opam remote remove default
opam remote remove --all default
opam remote add default https://opam.ocaml.org
- run:
name: Pin packages
Expand Down

0 comments on commit bb3e95e

Please sign in to comment.