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 dd4880e commit afd31e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit afd31e6

Please sign in to comment.