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 9fa890e commit e3cabe0Copy full SHA for e3cabe0
1 file changed
.github/workflows/ci.yml
@@ -24,6 +24,10 @@ jobs:
24
uses: dtolnay/rust-toolchain@nightly
25
with:
26
components: rustfmt, clippy
27
+ targets: wasm32-unknown-unknown
28
+
29
+ - name: Cache Rust dependencies
30
+ uses: Swatinem/rust-cache@v2
31
32
- name: Cargo fmt --check
33
run: cargo fmt --all -- --check
@@ -40,12 +44,11 @@ jobs:
40
44
41
45
- name: Install Rust (nightly)
42
46
47
+ with:
48
43
49
50
- name: Cache Rust dependencies
51
uses: Swatinem/rust-cache@v2
- with:
- workspaces: "."
- key: "${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}"
52
53
- name: Install wasm-pack
54
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
0 commit comments