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

Commit afd31e6

Browse files
committed
Switch legacy builds to manual git
1 parent dd4880e commit afd31e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ jobs:
133133
JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }}
134134
NO_COVERAGE: true
135135
steps:
136-
- uses: actions/checkout@v3
136+
- run: git config --global --add safe.directory $GITHUB_WORKSPACE
137+
- run: git clone https://github.com/rspec/rspec-support.git $GITHUB_WORKSPACE
138+
- run: git reset --hard $GITHUB_HEAD_REF
137139
- run: ${{ matrix.container.pre }}
138140
- run: script/legacy_setup.sh
139141
- run: ${{ matrix.container.post }}

0 commit comments

Comments
 (0)