diff options
| author | Adelyn Breedlove <[email protected]> | 2019-03-02 20:49:59 -0700 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2019-03-02 20:49:59 -0700 |
| commit | fa40b924925b9b7dc6528b20c8d8e586b004d748 (patch) | |
| tree | a3f67cdb21a1476eac10c48afe2956e21d602fe4 | |
| parent | why can't it find the version (diff) | |
| download | disml-fa40b924925b9b7dc6528b20c8d8e586b004d748.tar.xz disml-fa40b924925b9b7dc6528b20c8d8e586b004d748.zip | |
Maybe it wasn't opam
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c1ec6a..4ac5620 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: ocaml/opam2:latest before_script: - sudo apt-get -y install m4 pkg-config libssl-dev libffi-dev - opam init - - eval `opam config env` + - eval $(opam env) - opam update - opam pin add ppx_deriving_yojson --dev-repo -n - opam pin add disml . |