Skip to content

Commit dd562b0

Browse files
committed
Fixed YAML bug
1 parent e5044d8 commit dd562b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/uwp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
working-directory: ${{ github.workspace }}
7878
run: cmake --preset=${{ matrix.build_type }} -DBUILD_SHARED_LIBS=ON
7979

80-
- if: matrix.build_type != 'arm64-Release-Clang'
80+
- if: matrix.build_type != 'arm64-Release-UWP-Clang'
8181
# skip lld linker failure
8282
name: 'Build (DLL)'
8383
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)