mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore(ci): Force setting of toolchain target
This commit is contained in:
parent
a87b55900d
commit
2ef5ecd15a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -109,6 +109,8 @@ jobs:
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: Check
|
- name: Check
|
||||||
run: make check-${{ matrix.features }}
|
run: make check-${{ matrix.features }}
|
||||||
|
env:
|
||||||
|
TOOLCHAIN_TARGET: ${{ matrix.target }}
|
||||||
ui:
|
ui:
|
||||||
name: UI Tests
|
name: UI Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue