From b3fcedd7a67eeaf34e3330bcdbad3c6bd4085364 Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Mon, 13 Jun 2022 22:52:01 +0200 Subject: [PATCH] fix CD --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b84f983..50a3cc5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,6 +51,7 @@ jobs: toolchain: ${{ matrix.rust }} profile: minimal override: true + target: ${{ matrix.target }} - uses: Swatinem/rust-cache@v1 - name: Cargo build uses: actions-rs/cargo@v1