We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45536ac commit 4b65533Copy full SHA for 4b65533
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
submodules: true
15
- name: Install Rust
16
- run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
+ run: rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }} && rustup component add rustfmt
17
- run: rustup target add wasm32-wasi
18
- run: cargo build
19
- run: cargo build --no-default-features
0 commit comments