Skip to content

Commit bcef798

Browse files
committed
add components to correct action
1 parent 93b14a3 commit bcef798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
- uses: actions-rs/toolchain@v1
4444
with:
4545
toolchain: stable
46+
components: clippy, rustfmt, grcov, mdbook
4647
override: true
4748
- name: Rust Cache
4849
uses: Swatinem/rust-cache@v2.7.3
4950
- uses: actions-rs/cargo@v1
5051
with:
5152
command: xtask
52-
components: clippy, rustfmt, grcov, mdbook
5353
target: ${{ matrix.run_args.cross }}
5454
args: ci-check

0 commit comments

Comments
 (0)