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
|
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
override: false
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
- name: Check Rust formatting
|
- name: Check Rust formatting
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
|
@ -55,6 +56,7 @@ jobs:
|
||||||
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
uses: https://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
override: false
|
||||||
- name: Set up Python toolchain
|
- name: Set up Python toolchain
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue