From d6ccb539a0eb86ea7eb0b76248fd2f0a578c0566 Mon Sep 17 00:00:00 2001 From: Robert Prehn Date: Thu, 2 Jul 2020 19:30:18 -0500 Subject: [PATCH] chore: Add hex install to ci --- script/cibuild | 1 + 1 file changed, 1 insertion(+) diff --git a/script/cibuild b/script/cibuild index 77e0b220..299d478b 100755 --- a/script/cibuild +++ b/script/cibuild @@ -6,5 +6,6 @@ set -e FULL_PATH=$(realpath $0) DIR_PATH=$(dirname $FULL_PATH) +mix local.hex --force mix deps.get $DIR_PATH/test \ No newline at end of file