From 25ccad6be9ec282e5013c4580dc3849c95f1bd39 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Mon, 27 Jan 2025 22:41:14 +0800 Subject: [PATCH] add jvm version override --- .github/actions/pre-build-setup/action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/actions/pre-build-setup/action.yml b/.github/actions/pre-build-setup/action.yml index 52e332bdb5d..585dc24d21b 100644 --- a/.github/actions/pre-build-setup/action.yml +++ b/.github/actions/pre-build-setup/action.yml @@ -62,4 +62,7 @@ runs: name: ${{ inputs.os }}-selective-execution-artifact include-hidden-files: true - - uses: actions/checkout@v4 \ No newline at end of file + - uses: actions/checkout@v4 + + - run: echo temurin:${{ inputs.java-version }} > .mill-jvm-version + shell: bash \ No newline at end of file