We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454ab97 commit 1b9a1c9Copy full SHA for 1b9a1c9
.github/workflows/node.js.yml
@@ -34,24 +34,12 @@ jobs:
34
- name: build
35
run: npx yarn build
36
37
- - name: Use Node.js ${{ matrix.node-version }} 🛎️
38
- uses: actions/checkout@v3
39
- with:
40
- node-version: ${{ matrix.node-version }}
41
- persist-credentials: false
42
-
43
- - name: Install 🔧 dependencies
44
- run: npx yarn install
45
46
- - name: build
47
- run: npx yarn build
48
49
50
- name: Clone and setup Rooch
51
run: |
52
git clone https://github.com/rooch-network/rooch.git _rooch
53
cd _rooch
54
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
55
source $HOME/.cargo/env
56
cargo build
57
cp target/debug/rooch ~/.cargo/bin/
0 commit comments