Skip to content

Commit

Permalink
CI: add missing opam repo set-url in build job
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Aug 24, 2022
1 parent ba004f9 commit 8b36ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ build:
- sudo apt-get update
- "[ -d _opam ] || opam switch create --yes --no-install . $OCAML_COMPILER"
- eval $(opam env)
- opam repository set-url default https://opam.ocaml.org
- opam update
- sudo apt-get install nodejs python3 -y

Expand Down

0 comments on commit 8b36ccf

Please sign in to comment.