Skip to content

Commit 56d169e

Browse files
authored
fix duplicate keys in build workflow (#320)
1 parent 8310a6c commit 56d169e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

template/.github/workflows/build.yml.j2

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ jobs:
128128
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
129129
with:
130130
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
131-
with:
132131
components: rustfmt
133132
- run: cargo fmt --all -- --check
134133

@@ -147,7 +146,6 @@ jobs:
147146
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
148147
with:
149148
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
150-
with:
151149
components: clippy
152150
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
153151
with:
@@ -184,7 +182,6 @@ jobs:
184182
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
185183
with:
186184
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
187-
with:
188185
components: rustfmt
189186
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
190187
with:
@@ -334,7 +331,6 @@ jobs:
334331
- uses: dtolnay/rust-toolchain@be73d7920c329f220ce78e0234b8f96b7ae60248
335332
with:
336333
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
337-
with:
338334
components: rustfmt
339335
# This step checks if the current run was triggered by a push to a pr (or a pr being created).
340336
# If this is the case it changes the version of this project in all Cargo.toml files to include the suffix

0 commit comments

Comments
 (0)