Skip to content

Commit ac38f7a

Browse files
committed
fix command
1 parent 50aa427 commit ac38f7a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/bevy_mod_scripting.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363
override: true
6464
- name: Rust Cache
6565
uses: Swatinem/rust-cache@v2.7.3
66-
- uses: actions-rs/cargo@v1
67-
with:
68-
command: ${{ matrix.run_args.command }}
69-
args: ci-check
66+
- name: Setup
67+
run: |
68+
cargo xtask init
69+
- name: Check
70+
run: |
71+
${{ matrix.run_args.command }}

0 commit comments

Comments
 (0)