Skip to content

Commit

Permalink
macos_aarch64: set path of 'jdk' repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahadas committed Mar 30, 2024
1 parent 3c4ab0b commit a665325
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/macos_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit a665325

Please sign in to comment.