mirror of
https://github.com/romanz/electrs.git
synced 2025-02-25 07:17:41 +01:00
Use rust-toolchain in GitHub actions
https://github.com/actions-rs/toolchain#the-toolchain-file
This commit is contained in:
parent
89cad79882
commit
941760bcc9
1 changed files with 0 additions and 2 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -13,10 +13,8 @@ jobs:
|
|||
- name: Install rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.41.1
|
||||
components: rustfmt
|
||||
profile: minimal
|
||||
override: true
|
||||
|
||||
- name: Format
|
||||
uses: actions-rs/cargo@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue