Skip to content

Commit 25951d8

Browse files
committed
Fix action script
1 parent 4b42e94 commit 25951d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions-rust-lang/setup-rust-toolchain@v1
2323
- name: Cargo tarpaulin and fmt
24-
run: cargo install cargo-tarpaulin cargo-fmt
24+
run: cargo install cargo-tarpaulin rustfmt
2525
- uses: pnpm/action-setup@v4
2626
name: Install pnpm
2727
with:

0 commit comments

Comments
 (0)