File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040 git submodule add https://github.com/nervosnetwork/ckb-c-stdlib deps/ckb-c-stdlib &&
4141 git submodule add https://github.com/xxuejie/lib-dummy-atomics deps/lib-dummy-atomics
4242 - name : Lock Rust version
43- run : cd test-workspace && echo "1.81.0 " > rust-toolchain
43+ run : cd test-workspace && echo "1.85.1 " > rust-toolchain
4444 - name : Install riscv64 target
4545 run : cd test-workspace && rustup target add riscv64imac-unknown-none-elf
4646 - name : Run all checks
5050 - name : Generate standalone contract
5151 run : cargo generate --path . standalone-contract --name test-contract
5252 - name : Lock Rust version
53- run : cd test-contract && echo "1.81.0 " > rust-toolchain
53+ run : cd test-contract && echo "1.85.1 " > rust-toolchain
5454 - name : Run all checks
5555 run : cd test-contract && make build test check clippy
5656 - name : Reproducible build runs
You can’t perform that action at this time.
0 commit comments