We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7693d7c commit 4b4995dCopy full SHA for 4b4995d
.github/workflows/maven.yml
@@ -29,13 +29,3 @@ jobs:
29
- name: download the jdk
30
run: pwd && $GITHUB_WORKSPACE/setup_jdk.sh
31
32
-## steps:
33
-## - uses: actions/checkout@v3
34
-## - name: Set up JDK 17
35
-## uses: actions/setup-java@v3
36
-## with:
37
-## java-version: '17'
38
-## distribution: 'temurin'
39
-## cache: maven
40
-# - name: Build with Maven
41
-# run: mvn -B package --file pom.xml
setup_jdk.sh
@@ -1,10 +1,9 @@
1
#!/usr/bin/env bash
2
-echo "hello, world!"
+
3
4
TGZ=https://github.com/graalvm/oracle-graalvm-ea-builds/releases/download/jdk-22.0.0-ea.07/graalvm-jdk-22.0.0-ea.07_linux-x64_bin.tar.gz
5
curl $TGZ
6
7
-cd $HOME
8
9
pwd
10
0 commit comments