Skip to content

Commit 765d926

Browse files
committed
YAML bug
1 parent a33ce25 commit 765d926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
echo "::error Unknown architecture/build-type triplet mapping"
132132
}
133133
134-
- if: ${{ !contains(matrix.arch, 'arm64ec') }}
134+
- if: ${{ !contains(matrix.build_type, 'arm64ec') }}
135135
uses: lukka/run-vcpkg@v11
136136
with:
137137
runVcpkgInstall: true

0 commit comments

Comments
 (0)