From 575a2977d8d25fa2ba16b6bad86679a12dd1d99c Mon Sep 17 00:00:00 2001 From: James Ball Date: Sat, 10 Feb 2024 12:18:05 +0000 Subject: [PATCH] Add ls for debugging --- ci/setup-env.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/setup-env.sh b/ci/setup-env.sh index 7c73c84..856d82f 100755 --- a/ci/setup-env.sh +++ b/ci/setup-env.sh @@ -6,9 +6,12 @@ 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) cd "$ROOT" echo "$ROOT" +ls . rm -Rf bin mkdir bin