Skip to content

Commit

Permalink
fix: linux_arm64 push test error
Browse files Browse the repository at this point in the history
  • Loading branch information
linyimin0812 committed Jul 7, 2024
1 parent abce634 commit ff25d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ jobs:
uname -m
yum -y update && yum install -y java-11-openjdk-devel which
JAVA_HOME=/usr/lib/jvm/java-11-openjdk
java -version
whereis java
/usr/lib/jvm/java-11-openjdk/bin/java -version
which java
echo $HOME
ls -lrt
Expand Down

0 comments on commit ff25d14

Please sign in to comment.