File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646 if : ${{ !matrix.platform.cross }}
4747 - name : Install cross
4848 run : cargo install cross
49+ - run : rustup target add aarch64-unknown-linux-gnu
50+ shell : bash
4951 - name : Build binary (*nix)
5052 shell : bash
5153 run : |
Original file line number Diff line number Diff line change 3232 override : true
3333 profile : minimal
3434 - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # ratchet:Swatinem/rust-cache@v2
35- - uses : taiki-e/cache-cargo-install-action@4d586f211d9b0bca9e7b59e57e2a0febf36c0929 # ratchet:taiki-e/cache-cargo-install-action@v1
36- with :
37- tool : wasm-bindgen-cli
35+ - run : cargo install wasm-bindgen-cli
3836 - name : Build rust wasm
3937 run : make rust_build_wasm
4038 - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # ratchet:actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments