Check rustup default
output
This commit is contained in:
parent
3516e2dd6b
commit
b6def3913c
6
.github/workflows/integration.yml
vendored
6
.github/workflows/integration.yml
vendored
@ -7,8 +7,12 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
|
||||
rust: [stable, beta, nightly]
|
||||
steps:
|
||||
- uses: hecrj/setup-rust-action@master
|
||||
with:
|
||||
rust-version: ${{ matrix.rust }}
|
||||
- name: Check Cargo availability
|
||||
run: cargo --version
|
||||
- name: Check Rustup default toolchain
|
||||
run: rustup default | grep '${{ matrix.rust }}'
|
||||
|
Loading…
Reference in New Issue
Block a user