Try not overriding Rust action toolchain
This commit is contained in:
parent
f687105dc9
commit
9db6a303a7
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ jobs:
|
|||
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
override: false
|
||||
components: rustfmt
|
||||
- name: Check Rust formatting
|
||||
run: cargo fmt --all -- --check
|
||||
|
@ -55,6 +56,7 @@ jobs:
|
|||
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
override: false
|
||||
- name: Set up Python toolchain
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue