From 3c66e10dc4cac8bbfac62158896bcf08f4d9f2e0 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sat, 11 Sep 2021 12:29:43 +0200 Subject: [PATCH] Bugfix --- .../github-workflows/setup-variables.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/continuous-integration/github-workflows/setup-variables.sh b/scripts/continuous-integration/github-workflows/setup-variables.sh index 89d84fa..288b2fb 100644 --- a/scripts/continuous-integration/github-workflows/setup-variables.sh +++ b/scripts/continuous-integration/github-workflows/setup-variables.sh @@ -5,7 +5,9 @@ export MAVEN_OPTS="--add-opens java.base/java.lang=ALL-UNNAMED --add-opens java. echo "MATRIX_OS: $GH_MATRIX_OS" echo "MATRIX_ARCH: $GH_MATRIX_ARCH" -source ../../core/setup-variables.sh +cd ./scripts/core/ +source ./setup-variables.sh +cd ../../ if [ "$GH_MATRIX_OS" == "macos-10.15" ]; then export PCRE="E"