File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 4141 with :
4242 node-version : ${{ matrix.node-version }}
4343
44- - name : Install wasm-pack
44+ - name : Install wasm tools
4545 run : |
4646 rustup component add rustfmt
4747 cargo install wasm-pack --version 0.13.1
Original file line number Diff line number Diff line change 2929 with :
3030 toolchain : nightly
3131
32- - name : Install wasm-pack
32+ - name : Install wasm tools
3333 run : |
34- cargo install wasm-pack
34+ rustup component add rustfmt
35+ cargo install wasm-pack --version 0.13.1
36+ cargo install wasm-opt --version 0.116.1
37+
38+ - name : Build Info
39+ run : |
40+ echo "node $(node --version)"
41+ echo "npm $(npm --version)"
42+ echo "rustc $(rustc --version)"
43+ echo "wasm-pack $(wasm-pack --version)"
44+ echo "wasm-opt $(wasm-opt --version)"
45+ git --version
46+ echo "base ref $GITHUB_BASE_REF"
47+ echo "head ref $GITHUB_HEAD_REF"
3548
3649 - name : Build Info
3750 run : |
You can’t perform that action at this time.
0 commit comments