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 Jan 3, 2023
1 parent a87b559 commit 2ef5ecd
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@v2
- 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 2ef5ecd

Please sign in to comment.