From a4d40232f2d65da5682474840a593dd31f2aa0e1 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..c235d68b 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 + - uses: actions/checkout@v2 + - 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 }}