From afd31e62bc1075c9ff2aef31b7a16ab480b210a2 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Fri, 29 Nov 2024 00:12:06 +0000 Subject: [PATCH] Switch legacy builds to manual git --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8fd5baa..4060059a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,7 +133,9 @@ jobs: JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }} NO_COVERAGE: true steps: - - uses: actions/checkout@v3 + - run: git config --global --add safe.directory $GITHUB_WORKSPACE + - run: git clone https://github.com/rspec/rspec-support.git $GITHUB_WORKSPACE + - run: git reset --hard $GITHUB_HEAD_REF - run: ${{ matrix.container.pre }} - run: script/legacy_setup.sh - run: ${{ matrix.container.post }}