diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 420cf872f..6de0db41f 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -47,8 +47,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable - - name: Add Rust cross-compilation target - if: matrix.cross + - name: Add Rust compilation target run: rustup target add ${{ matrix.target }} - name: Cache Rust build artifacts