Skip to content

Commit

Permalink
chore(ci): Force setting of toolchain target
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 28, 2022
1 parent 3262016 commit a4a3a95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit a4a3a95

Please sign in to comment.