Skip to content

Commit 49e5912

Browse files
committed
Fix action script
1 parent d7e6649 commit 49e5912

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

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

2222
- uses: actions-rust-lang/setup-rust-toolchain@v1
2323
- name: Cargo tarpaulin and fmt
24-
run: cargo install cargo-tarpaulin rustfmt --force
24+
run: |
25+
cargo install cargo-tarpaulin
26+
rustup component add rustfmt
2527
- uses: pnpm/action-setup@v4
2628
name: Install pnpm
2729
with:

0 commit comments

Comments
 (0)