Skip to content

Commit 1b9a1c9

Browse files
committedAug 30, 2024·
chore: fix workflow
1 parent 454ab97 commit 1b9a1c9

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed
 

‎.github/workflows/node.js.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,12 @@ jobs:
3434
- name: build
3535
run: npx yarn build
3636

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-
4937

5038
- name: Clone and setup Rooch
5139
run: |
5240
git clone https://github.com/rooch-network/rooch.git _rooch
5341
cd _rooch
54-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
42+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
5543
source $HOME/.cargo/env
5644
cargo build
5745
cp target/debug/rooch ~/.cargo/bin/

0 commit comments

Comments
 (0)
Please sign in to comment.