From 2ef5ecd15a69d4e69154184aa739ca7e851f6a44 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 28 Nov 2022 09:26:52 -0600 Subject: [PATCH] chore(ci): Force setting of toolchain target --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1e45b8eb84..55461daa027 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,6 +109,8 @@ jobs: - uses: Swatinem/rust-cache@v2 - name: Check run: make check-${{ matrix.features }} + env: + TOOLCHAIN_TARGET: ${{ matrix.target }} ui: name: UI Tests runs-on: ubuntu-latest