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 454ab97 commit 1b9a1c9
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,12 @@ jobs:
- name: build
run: npx yarn build

- name: Use Node.js ${{ matrix.node-version }} 🛎️
uses: actions/checkout@v3
with:
node-version: ${{ matrix.node-version }}
persist-credentials: false

- name: Install 🔧 dependencies
run: npx yarn install

- name: build
run: npx yarn build


- name: Clone and setup Rooch
run: |
git clone https://github.com/rooch-network/rooch.git _rooch
cd _rooch
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -y
source $HOME/.cargo/env
cargo build
cp target/debug/rooch ~/.cargo/bin/
Expand Down

0 comments on commit 1b9a1c9

Please sign in to comment.