Skip to content

Commit 55b748b

Browse files
committed
Skip build failure
1 parent cc7350e commit 55b748b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ jobs:
118118
working-directory: ${{ github.workspace }}
119119
run: cmake --preset=${{ matrix.build_type }} -DBUILD_SHARED_LIBS=ON
120120

121-
- name: 'Build (DLL)'
121+
- if: matrix.build_type != 'arm64-Release-Clang'
122+
# skip lld linker failure
123+
name: 'Build (DLL)'
122124
working-directory: ${{ github.workspace }}
123125
run: cmake --build out\build\${{ matrix.build_type }}

0 commit comments

Comments
 (0)