We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af9e77 commit 2243fa2Copy full SHA for 2243fa2
.github/workflows/node.js.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
git clone https://github.com/rooch-network/rooch.git _rooch
41
cd _rooch
42
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
43
source $HOME/.cargo/env
44
cargo build
45
cp target/debug/rooch ~/.cargo/bin/
0 commit comments