We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095eb05 commit 369685fCopy full SHA for 369685f
.github/workflows/native-image-compile.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/cache@v2
14
with:
15
path: ~/.sdkman
16
- key: ${{ runner.os }}-sdkman-${{ hashFiles('pom.xml') }}
+ key: ${{ runner.os }}-sdkman-${{ hashFiles('**/pom.xml') }}
17
restore-keys: |
18
${{ runner.os }}-sdkman-
19
@@ -22,7 +22,7 @@ jobs:
22
echo 'Install GraalVM with SDKMAN'
23
curl -s "https://get.sdkman.io" | bash
24
source "$HOME/.sdkman/bin/sdkman-init.sh"
25
- sdk install java 20.3.1.2.r11-grl < /dev/null
+ sdk install java 20.3.1.2.r11-grl
26
27
echo 'Check if GraalVM was installed successfully'
28
java -version
0 commit comments