Fix file name
Some checks failed
Build on master branch / Build (push) Failing after 1m21s

This commit is contained in:
hodasemi 2025-02-13 07:52:18 +01:00
parent be0508bdad
commit 0dd82a945d
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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