We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94d37d commit ea14187Copy full SHA for ea14187
.github/workflows/ci.yaml
@@ -226,12 +226,6 @@ jobs:
226
)"
227
228
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
-
235
- name: Git Checkout
236
uses: actions/checkout@v4
237
0 commit comments