From 75a14c8baeae301a2ade24a24736bfb9b7b3165d Mon Sep 17 00:00:00 2001 From: Robert Prehn Date: Thu, 2 Jul 2020 19:27:32 -0500 Subject: [PATCH] chore: Do not do brew and asdf in ci --- script/cibuild | 1 + 1 file changed, 1 insertion(+) diff --git a/script/cibuild b/script/cibuild index 39d4b312..77e0b220 100755 --- a/script/cibuild +++ b/script/cibuild @@ -6,4 +6,5 @@ set -e FULL_PATH=$(realpath $0) DIR_PATH=$(dirname $FULL_PATH) +mix deps.get $DIR_PATH/test \ No newline at end of file