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 }}