chore(ci): Force setting of toolchain target

This commit is contained in:
Ed Page 2022-11-28 09:26:52 -06:00
parent a87b55900d
commit 2ef5ecd15a

View file

@ -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