diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 94a1eae2..19e2ff47 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -131,7 +131,7 @@ jobs: echo "::error Unknown architecture/build-type triplet mapping" } - - if: ${{ !contains(matrix.arch, 'arm64ec') }} + - if: ${{ !contains(matrix.build_type, 'arm64ec') }} uses: lukka/run-vcpkg@v11 with: runVcpkgInstall: true