Skip to content

Commit

Permalink
Merge pull request #323 from synapseweb3/ci-upgrade-ckb-version
Browse files Browse the repository at this point in the history
chore(ci): upgrade ibc-test ckb 0.107.0 -> 0.110.0
  • Loading branch information
jjyr authored Sep 6, 2023
2 parents 2f9ecfe + 7a91cbf commit 46340d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ibc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ jobs:
- name: Prepare CKB
run: |
if [ ! -f "/tmp/ckb.tar.gz" ]; then
curl -L https://github.com/nervosnetwork/ckb/releases/download/v0.107.0/ckb_v0.107.0_x86_64-unknown-linux-gnu.tar.gz -o /tmp/ckb.tar.gz
curl -L https://github.com/nervosnetwork/ckb/releases/download/v0.110.0/ckb_v0.110.0_x86_64-unknown-linux-gnu.tar.gz -o /tmp/ckb.tar.gz
fi
tar -zxf /tmp/ckb.tar.gz -C /tmp
echo "/tmp/ckb_v0.107.0_x86_64-unknown-linux-gnu" >> $GITHUB_PATH
echo "/tmp/ckb_v0.110.0_x86_64-unknown-linux-gnu" >> $GITHUB_PATH
- name: Prepare Axon source
run: git clone --recursive https://github.com/axonweb3/axon.git $SRC_DIR/axon && cd $SRC_DIR/axon && git checkout $AXON_COMMIT

- name: Rust cache
uses: Swatinem/rust-cache@v2
with:
workspaces: ".\n${{env.SRC_DIR}}/axon"
workspaces: "."

- name: Cache axon bin
id: cache-axon-bin
Expand Down

0 comments on commit 46340d5

Please sign in to comment.