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