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

Commit cf77540

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ jobs:
133133
JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }}
134134
NO_COVERAGE: true
135135
steps:
136-
- uses: actions/checkout@v3
136+
- run: git clone https://github.com/rspec/rspec-support.git $GITHUB_WORKSPACE
137+
- run: git reset --hard $GITHUB_HEAD_REF
137138
- run: ${{ matrix.container.pre }}
138139
- run: script/legacy_setup.sh
139140
- run: ${{ matrix.container.post }}

0 commit comments

Comments
 (0)