Skip to content

Commit edf2fe3

Browse files
committed
disable cache
1 parent eae44ad commit edf2fe3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ 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
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
4949

5050
- name: Build with Maven
5151
run: mvn clean compile

0 commit comments

Comments
 (0)