Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Switch legacy builds to manual git
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Nov 29, 2024
1 parent 973ba24 commit adafd70
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,12 @@ 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 init $GITHUB_WORKSPACE
- run: git remote add origin https://github.com/rspec/rspec-support
- run: git config --local gc.auto 0
- run: git fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +$GITHUB_SHA:$GITHUB_REF
- run: git checkout --progress --force $GITHUB_REF
- run: ${{ matrix.container.pre }}
- run: script/legacy_setup.sh
- run: ${{ matrix.container.post }}
Expand Down

0 comments on commit adafd70

Please sign in to comment.