Skip to content

Commit ea14187

Browse files
committed
test: machine state is clean, allow first clone
1 parent e94d37d commit ea14187

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,6 @@ jobs:
226226
)"
227227

228228
steps:
229-
- name: Reset existing repo
230-
shell: cmd
231-
run: |
232-
git config --global --add safe.directory $GITHUB_WORKSPACE
233-
git -c "http.https://github.com/.extraheader=" fetch --recurse-submodules=no "https://github.com/scala/scala3" && git reset --hard FETCH_HEAD || true
234-
235229
- name: Git Checkout
236230
uses: actions/checkout@v4
237231

0 commit comments

Comments
 (0)