From a4a3a95cc02ff9beb46eace3537e4667263b5cce 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 1a46dfcc9a56..11f67cf599d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,6 +109,8 @@ jobs: - uses: Swatinem/rust-cache@v1 - name: Check run: make check-${{ matrix.features }} + env: + TOOLCHAIN_TARGET: ${{ matrix.target }} ui: name: UI Tests runs-on: ubuntu-latest