summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAlasdair2020-06-03 14:44:21 +0100
committerAlasdair2020-06-03 14:44:21 +0100
commit8ad94340837ecd1d83a07e1de540c605f22f329c (patch)
tree436d6e45d9977b375196600f7f81e6a676ba25df /etc
parentdc4fe34905891510b7fd7d3b9fb86af49ce89879 (diff)
Correct compiler version in CI script
Diffstat (limited to 'etc')
-rwxr-xr-xetc/ci_opam_latest_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ci_opam_latest_build.sh b/etc/ci_opam_latest_build.sh
index 13fbe0ac..9e994b22 100755
--- a/etc/ci_opam_latest_build.sh
+++ b/etc/ci_opam_latest_build.sh
@@ -2,7 +2,7 @@
set -eu
-opam init -y --no-setup --compiler=4.10 --shell=sh
+opam init -y --no-setup --compiler=4.10.0 --shell=sh
eval `opam config env`