Skip to content

Commit 4b4995d

Browse files
committed
up
1 parent 7693d7c commit 4b4995d

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/maven.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,3 @@ jobs:
2929
- name: download the jdk
3030
run: pwd && $GITHUB_WORKSPACE/setup_jdk.sh
3131

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/usr/bin/env bash
2-
echo "hello, world!"
2+
33

44
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
55
curl $TGZ
66

7-
cd $HOME
87

98
pwd
109

0 commit comments

Comments
 (0)