Skip to content

Commit da211bc

Browse files
committed
#33: No caching atm.
1 parent a6f306a commit da211bc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/native-image-compile.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111

12-
- name: Cache SDKMAN archives & candidates
13-
uses: actions/cache@v2
14-
with:
15-
path: ~/.sdkman
16-
key: ${{ runner.os }}-sdkman-${{ hashFiles('**/pom.xml') }}
17-
restore-keys: |
18-
${{ runner.os }}-sdkman-
19-
2012
- name: Install GraalVM, Maven, Native Image & Run Maven build
2113
run: |
2214
echo 'Install GraalVM with SDKMAN'

0 commit comments

Comments
 (0)