From 3c14488d68ad52d7e25a76b0ed9e83c2a7472c6b Mon Sep 17 00:00:00 2001 From: Harendra Kumar Date: Thu, 19 Aug 2021 23:57:36 +0530 Subject: [PATCH] Fix the import path of build-lib --- bin/run-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run-ci.sh b/bin/run-ci.sh index f38308168..221b1baef 100755 --- a/bin/run-ci.sh +++ b/bin/run-ci.sh @@ -10,7 +10,7 @@ SCRIPT_DIR=$(cd "$(dirname "$0")" || exit; pwd) SCRIPT_NAME=$(basename "$0") -source "$SCRIPT_DIR/build-lib.sh" +source "$SCRIPT_DIR/../benchmark/bench-report/bin/build-lib.sh" #------------------------------------------------------------------------------ # Prime version (GHC 8.10)