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