From a665325df3994b2d11af94d78e6c11c718078a96 Mon Sep 17 00:00:00 2001 From: Arik Hadas Date: Sat, 30 Mar 2024 22:39:35 +0300 Subject: [PATCH] macos_aarch64: set path of 'jdk' repo --- .github/workflows/macos_aarch64.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos_aarch64.yaml b/.github/workflows/macos_aarch64.yaml index fbb01ff..03326e8 100644 --- a/.github/workflows/macos_aarch64.yaml +++ b/.github/workflows/macos_aarch64.yaml @@ -14,16 +14,17 @@ jobs: uses: actions/checkout@v4 with: repository: mucommander/jdk + path: jdk - name: 'Get the BootJDK' id: bootjdk - uses: mucommander/jdk/.github/actions/get-bootjdk@refs/heads/master + uses: ${GITHUB_WORKSPACE}/jdk/.github/actions/get-bootjdk with: platform: macos-aarch64 - name: 'Get JTReg' id: jtreg - uses: mucommander/jdk/.github/actions/get-jtreg@refs/heads/master + uses: ${GITHUB_WORKSPACE}/jdk/.github/actions/get-jtreg - name: 'Install toolchain and dependencies' run: | @@ -50,7 +51,7 @@ jobs: exit 1) - name: Build JDK - uses: mucommander/jdk/.github/actions/do-build@refs/heads/master + uses: ${GITHUB_WORKSPACE}/jdk/.github/actions/do-build with: platform: macos-aarch64 make-target: images