Skip to content

Commit 790eebe

Browse files
committed
remove cache!!!
1 parent edf2fe3 commit 790eebe

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/checks.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ jobs:
4040
</servers>
4141
</settings>' > ~/.m2/settings.xml
4242
43-
# - name: Cache Maven packages
44-
# uses: actions/cache@v4
45-
# with:
46-
# path: ~/.m2
47-
# key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
48-
# restore-keys: ${{ runner.os }}-m2
49-
5043
- name: Build with Maven
5144
run: mvn clean compile
5245

0 commit comments

Comments
 (0)