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