From 786d83409f118a54a600754012bdb7f87555810b Mon Sep 17 00:00:00 2001 From: Pe7o <122609147+Pe7o@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:14:31 +0200 Subject: [PATCH] folder permissions added (#207) Co-authored-by: Peter Mento --- scripts/run_tests_linux_gxx.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/run_tests_linux_gxx.sh b/scripts/run_tests_linux_gxx.sh index 407dac88..72cf6101 100644 --- a/scripts/run_tests_linux_gxx.sh +++ b/scripts/run_tests_linux_gxx.sh @@ -1,5 +1,7 @@ mkdir build-linux-gxx +chmod 777 build-linux-gxx + cd build-linux-gxx || exit 1 cmake .. -DCMAKE_BUILD_TYPE=Debug \