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