From 57286c0e091aa845a2f138a6910a5a3e49506738 Mon Sep 17 00:00:00 2001 From: James Ball Date: Sat, 10 Feb 2024 12:20:33 +0000 Subject: [PATCH] Change ROOT directory --- ci/setup-env.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ci/setup-env.sh b/ci/setup-env.sh index 856d82f..b081a37 100755 --- a/ci/setup-env.sh +++ b/ci/setup-env.sh @@ -6,9 +6,7 @@ if [ $OS = "linux" ]; then sudo apt-get install clang git ladspa-sdk freeglut3-dev g++ libasound2-dev libcurl4-openssl-dev libfreetype6-dev libjack-jackd2-dev libx11-dev libxcomposite-dev libxcursor-dev libxinerama-dev libxrandr-dev mesa-common-dev webkit2gtk-4.0 juce-tools xvfb fi -ls . - -ROOT=$(cd "$(dirname "$0")/.."; pwd) +ROOT=$(pwd) cd "$ROOT" echo "$ROOT" ls .