From 99a329a983a4bd6a18da6ad25520dc8263cc10da Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Fri, 10 Mar 2023 17:02:14 -0600 Subject: [PATCH] bugfix: trying to fix GitHub Action --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index 59e9e139..7f4c5014 100755 --- a/build.sh +++ b/build.sh @@ -2,6 +2,8 @@ . ./settings.sh +echo "Installing on '$(uname -a)'" + echo "Installing core libs" [ -d "$CORE_DIR/core" ] && sudo rm -r "$CORE_DIR/core" sudo mkdir -p "$CORE_DIR" -- 2.25.1