We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7350e commit 55b748bCopy full SHA for 55b748b
.github/workflows/main.yml
@@ -118,6 +118,8 @@ jobs:
118
working-directory: ${{ github.workspace }}
119
run: cmake --preset=${{ matrix.build_type }} -DBUILD_SHARED_LIBS=ON
120
121
- - name: 'Build (DLL)'
+ - if: matrix.build_type != 'arm64-Release-Clang'
122
+ # skip lld linker failure
123
+ name: 'Build (DLL)'
124
125
run: cmake --build out\build\${{ matrix.build_type }}
0 commit comments