Skip to content

Commit 93b14a3

Browse files
committed
add commands in the right place
1 parent 52461e1 commit 93b14a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: Swatinem/rust-cache@v2.7.3
4949
- uses: actions-rs/cargo@v1
5050
with:
51-
command: xtask ci-check
51+
command: xtask
5252
components: clippy, rustfmt, grcov, mdbook
5353
target: ${{ matrix.run_args.cross }}
54-
args: --workspace --features=lua54,rhai,rune --profile=ephemeral-build
54+
args: ci-check

0 commit comments

Comments
 (0)