Skip to content

Commit 1f5b366

Browse files
committed
Fix CI.
1 parent 0d585d0 commit 1f5b366

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
with:
2626
java-version: ${{ matrix.java }}
2727
distribution: 'temurin'
28+
- name: git fetch origin main
29+
run: git fetch origin main
2830
- name: gradle wrapper
2931
uses: gradle/wrapper-validation-action@v1
3032
- name: gradle caching

0 commit comments

Comments
 (0)