This commit is contained in:
parent
be0508bdad
commit
0dd82a945d
2 changed files with 4 additions and 4 deletions
|
@ -14,13 +14,13 @@ jobs:
|
|||
- uses: https://github.com/SebRollen/toml-action@v1.2.0
|
||||
id: read_rust_toolchain
|
||||
with:
|
||||
file: rust-toolchain
|
||||
file: rust-toolchain.toml
|
||||
field: toolchain.targets
|
||||
|
||||
- uses: https://github.com/SebRollen/toml-action@v1.2.0
|
||||
id: read_rust_components
|
||||
with:
|
||||
file: rust-toolchain
|
||||
file: rust-toolchain.toml
|
||||
field: toolchain.components
|
||||
|
||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
|
|
|
@ -14,13 +14,13 @@ jobs:
|
|||
- uses: https://github.com/SebRollen/toml-action@v1.2.0
|
||||
id: read_rust_toolchain
|
||||
with:
|
||||
file: rust-toolchain
|
||||
file: rust-toolchain.toml
|
||||
field: toolchain.targets
|
||||
|
||||
- uses: https://github.com/SebRollen/toml-action@v1.2.0
|
||||
id: read_rust_components
|
||||
with:
|
||||
file: rust-toolchain
|
||||
file: rust-toolchain.toml
|
||||
field: toolchain.components
|
||||
|
||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
|
|
Loading…
Reference in a new issue