Skip to content

Commit 742af21

Browse files
feat: install cargo-fmt in CI
Issue: BTC-1451
1 parent 83a984f commit 742af21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737

3838
- name: Install wasm-pack
3939
run: |
40+
rustup component add rustfmt
4041
cargo install wasm-pack
4142
4243
- name: Build Info

0 commit comments

Comments
 (0)