From 4963dc06899d3eecf591f421ab47dc66b08b7345 Mon Sep 17 00:00:00 2001 From: Nick Santana Date: Mon, 24 Oct 2022 15:07:22 -0700 Subject: [PATCH] [Insert your commit message here. Be sure to make it descriptive.] force adding target with rustup --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d50d5e99..97713b0f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -192,6 +192,8 @@ jobs: profile: minimal toolchain: nightly target: ${{ matrix.target }} + - name: Add the target + run: rustup target add ${{ matrix.target }} - uses: r7kamura/rust-problem-matchers@v1 - name: build run: |