Skip to content

Commit d2dbd7b

Browse files
committed
debugging on real github actions runner, since these seem to work in act
1 parent 18042c8 commit d2dbd7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/install_jdk.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ fi
7676
mkdir -p /usr/lib/jvm/
7777
mv jdk.tar.gz /usr/lib/jvm/
7878
cd /usr/lib/jvm/
79+
ls
7980
tar xzvf jdk.tar.gz && rm jdk.tar.gz
81+
ls
82+
find . -depth -maxdepth 1 -type d
8083
mv "$(find . -depth -maxdepth 1 -type d | head -n1)" default-jdk
8184

8285
echo "JAVA_HOME = /usr/lib/jvm/default-jdk"

0 commit comments

Comments
 (0)