From 3fafc0874dbb7ac0f0a3e7611029d5c251bd7785 Mon Sep 17 00:00:00 2001 From: Albie Spriddell Date: Fri, 6 Oct 2023 14:47:49 +0100 Subject: [PATCH] fix missing keyword --- .github/workflows/build-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index faf6c85..26db838 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -77,7 +77,7 @@ jobs: # also need to ensure the target is installed otherwise musl will fail. - name: Install Build Target (Non-GNU) - if: matrix.arch == 'x86_64' && vendor != 'gnu' + if: matrix.arch == 'x86_64' && matrix.vendor != 'gnu' run: rustup target install $RUST_TARGET - name: Build