Skip to content

Commit 18431d8

Browse files
authored
Explicitly specify setup-java architecture in win-cpu-arm64-build.yml. (microsoft#1685)
Fix a CI build issue. For some reason, the Windows ARM64 CI job was using the x64 Java SDK.
1 parent 7f38b5f commit 18431d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/win-cpu-arm64-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
java-version: '21'
4242
distribution: 'temurin'
43+
architecture: 'aarch64'
4344
cache: 'gradle'
4445

4546
- name: Setup Gradle

0 commit comments

Comments
 (0)