Skip to content

Commit 9c8ff38

Browse files
committed
Fix oops
1 parent dcc63f1 commit 9c8ff38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
shared-key: lints
217217

218218
- name: Install Bevy linter
219-
run: cargo install --git=https://github.com/TheBevyFlock/bevy_cli --locked bevy_cli --all-features
219+
run: cargo install --git=https://github.com/TheBevyFlock/bevy_cli --locked bevy_lint --all-features
220220

221221
- name: Add cranelift to rustc
222222
run: rustup component add rustc-codegen-cranelift-preview --toolchain ${{ env.toolchain }}

0 commit comments

Comments
 (0)