Compare commits

..

1 Commits

Author SHA1 Message Date
bamanker
057cb5de38 本地build fix3
Some checks failed
Build Push and Deploy Image / build (push) Failing after 22m31s
2025-12-30 10:40:41 +08:00

View File

@@ -26,6 +26,7 @@ jobs:
- run: echo " The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo " This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo " The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- run: echo "GRAALVM_HOME=/usr/lib/jvm/graalvm-jdk-25.0.1+8.1" >> $GITHUB_ENV && echo "PATH=$GRAALVM_HOME/bin:$PATH" >> $GITHUB_ENV
- run: env && java -version
# 下载仓库源码依赖node环境因此构建服务器本地需要下载安装node并设置环境变量
- name: Checkout repository code