We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5044d8 commit dd562b0Copy full SHA for dd562b0
.github/workflows/uwp.yml
@@ -77,7 +77,7 @@ jobs:
77
working-directory: ${{ github.workspace }}
78
run: cmake --preset=${{ matrix.build_type }} -DBUILD_SHARED_LIBS=ON
79
80
- - if: matrix.build_type != 'arm64-Release-Clang'
+ - if: matrix.build_type != 'arm64-Release-UWP-Clang'
81
# skip lld linker failure
82
name: 'Build (DLL)'
83
0 commit comments