Skip to content

Commit 54fd4cb

Browse files
committed
no arm dmd
1 parent 490e391 commit 54fd4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/3-build-native/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
${{ inputs.cmake_flags }}
2828
${{ inputs.with_pgo == 'true' && '-DDFLAGS_LDC=-fprofile-use=../pgo-ldc/merged.profdata' || '' }}
2929
build_targets: all
30-
build_dmd: true
30+
build_dmd: matrix.arch != 'arm64'
3131
arch: ${{ inputs.arch }}
3232

3333
- run: ../build/bin/ldc2 --version

0 commit comments

Comments
 (0)