Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xlassix committed Aug 30, 2024
1 parent 1b9a1c9 commit 4af9e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
git clone https://github.com/rooch-network/rooch.git _rooch
cd _rooch
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
cargo build
cp target/debug/rooch ~/.cargo/bin/
Expand Down

0 comments on commit 4af9e77

Please sign in to comment.