From fb44168e89a6eec3d36a03aaa83cf8f37a6e6547 Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 1 Nov 2021 09:03:09 -0400 Subject: [PATCH] ci: use the target from the matrix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f42f5f6..e2e0532 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,8 @@ jobs: - name: Cargo build run: | - rustup toolchain install stable --profile minimal - cargo +stable build + rustup toolchain install stable --profile minimal -t ${{ matrix.target }} + cargo +stable build --target ${{ matrix.target }} env: GEN_COMPLETIONS: 1