Skip to content

Commit d6bb32a

Browse files
committed
fix jdk download
1 parent e06e15e commit d6bb32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/helpers/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN ARCH=$(dpkg --print-architecture) && \
1111
echo "Unsupported architecture: $ARCH" && exit 1; \
1212
fi
1313
RUN unzip jre.zip || tar xvfz jre.tar.gz
14-
RUN mv openlogic-openjdk-21.0.8+9-linux-x64 jre || mv openlogic-openjdk-21.0.8+9-mac-x64/jdk-21.0.8.jdk jre
14+
RUN mv openlogic-openjdk-21.0.8+9-linux-x64 jre && ls jre || mv openlogic-openjdk-21.0.8+9-mac-x64/jdk-21.0.8.jdk jre && ls jre
1515
ADD ./cli ./cli
1616
ADD ./core ./core
1717
ADD ./plugin-interface ./plugin-interface

0 commit comments

Comments
 (0)