Skip to content

Add custom JDK tmpdir folder under .github/tmpdir for CI to work #3

Add custom JDK tmpdir folder under .github/tmpdir for CI to work

Add custom JDK tmpdir folder under .github/tmpdir for CI to work #3

Workflow file for this run

on:
push:
branches: [ "*" ]
tags: [ "*" ]
paths-ignore: [ "README.md" ]
workflow_dispatch: { }
jobs:
build-hotspot:
uses: "./.github/workflows/build-hotspot.yml"
secrets: "inherit" # for Docker image publication
with:
JDK_VERSION: "23"