Skip to content

Commit 1756ca7

Browse files
committed
Update jdk-ea build, remove maven cache
1 parent 45852bd commit 1756ca7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/jdk-ea.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
with:
2727
website: jdk.java.net
2828
release: ${{ matrix.java_version }}
29-
- name: Maven cache
30-
uses: actions/cache@v4
31-
env:
32-
cache-name: maven-cache
33-
with:
34-
path:
35-
~/.m2
36-
key: build-${{ env.cache-name }}
29+
# - name: Maven cache
30+
# uses: actions/cache@v4
31+
# env:
32+
# cache-name: maven-cache
33+
# with:
34+
# path:
35+
# ~/.m2
36+
# key: build-${{ env.cache-name }}
3737
- name: Maven version
3838
run: mvn --version
3939
- name: Build with Maven

0 commit comments

Comments
 (0)