Skip to content

Commit

Permalink
ci: remove install ckb indexer step
Browse files Browse the repository at this point in the history
  • Loading branch information
sighWang committed Mar 2, 2022
1 parent 41dae79 commit 403e5b2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install ckb indexer
run: |
curl -O -L "https://github.com/nervosnetwork/ckb-indexer/releases/download/v$CKB_Indexer_Version/ckb-indexer-$CKB_Indexer_Version-linux.zip"
unzip -o ckb-indexer-$CKB_Indexer_Version-linux.zip
tar xvzf ckb-indexer-linux-x86_64.tar.gz ckb-indexer
chmod +x ./ckb-indexer
rm -rf ckb-indexer-linux-x86_64.tar.gz
rm ckb-indexer-$CKB_Indexer_Version-linux.zip
- name: Install project dependencies and build
run: |
yarn
Expand Down

0 comments on commit 403e5b2

Please sign in to comment.