From f98215b50abce4d5219bfae9c346735d26fbe47b Mon Sep 17 00:00:00 2001 From: Damien Jeandemange Date: Mon, 16 Dec 2024 11:33:13 +0100 Subject: [PATCH] fix Signed-off-by: Damien Jeandemange --- .github/{ => workflows}/scripts/check_integration_branch.sh | 0 .github/workflows/snapshot-ci.yml | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename .github/{ => workflows}/scripts/check_integration_branch.sh (100%) diff --git a/.github/scripts/check_integration_branch.sh b/.github/workflows/scripts/check_integration_branch.sh similarity index 100% rename from .github/scripts/check_integration_branch.sh rename to .github/workflows/scripts/check_integration_branch.sh diff --git a/.github/workflows/snapshot-ci.yml b/.github/workflows/snapshot-ci.yml index 4478c40..92986bd 100644 --- a/.github/workflows/snapshot-ci.yml +++ b/.github/workflows/snapshot-ci.yml @@ -50,7 +50,8 @@ jobs: if [[ "${{ matrix.os }}" == "windows-latest" ]]; then SCRIPTS_PATH=$(echo "$SCRIPTS_PATH" | sed 's/\\/\//g') fi - echo "SCRIPTS_PATH=$SCRIPTS_PATH" >> $GITHUB_ENV + echo "SCRIPTS_PATH=$SCRIPTS_PATH" >> $GITHUB_ENV + git config --system core.longpaths true # Build powsybl-core on main branch - name: Checkout core sources