Skip to content

Commit 4b65533

Browse files
authored
ci: install rustfmt (used by generate-raw crate) (#50)
1 parent 45536ac commit 4b65533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
submodules: true
1515
- name: Install Rust
16-
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
16+
run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }} && rustup component add rustfmt
1717
- run: rustup target add wasm32-wasi
1818
- run: cargo build
1919
- run: cargo build --no-default-features

0 commit comments

Comments
 (0)