Skip to content

Commit 2243fa2

Browse files
committed
chore: fix workflow
1 parent 4af9e77 commit 2243fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
git clone https://github.com/rooch-network/rooch.git _rooch
4141
cd _rooch
42-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
42+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
4343
source $HOME/.cargo/env
4444
cargo build
4545
cp target/debug/rooch ~/.cargo/bin/

0 commit comments

Comments
 (0)