From 3366bebc49d7384b3bacabc02480d03259a03ea2 Mon Sep 17 00:00:00 2001 From: Michael House Date: Mon, 18 Mar 2024 14:30:51 -0500 Subject: [PATCH] Added installation for target --- .github/workflows/validate.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 754f33a..b89ea3d 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -31,6 +31,9 @@ jobs: - name: Install Rust toolchain run: rustup update --no-self-update stable + - name: Install Rust target + run: rustup target add ${{ matrix.target }} + - name: Install cross run: cargo install cross