mirror of
https://github.com/BurntSushi/walkdir.git
synced 2025-09-27 21:50:35 +00:00
ci: switch to actions-rs/toolchain
This commit is contained in:
parent
003ee8378c
commit
dc7499a6c6
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -52,9 +52,10 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: Install Rust
|
||||
uses: hecrj/setup-rust-action@v1
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
rust-version: ${{ matrix.rust }}
|
||||
toolchain: ${{ matrix.rust }}
|
||||
profile: minimal
|
||||
- run: cargo build --verbose
|
||||
- run: cargo doc --verbose
|
||||
- if: startsWith(matrix.build, 'pinned-') == false
|
||||
|
Loading…
x
Reference in New Issue
Block a user