From c569390553a7fe15fb03ef8a231a922aa9655023 Mon Sep 17 00:00:00 2001 From: Hecate2 <2474101468@qq.com> Date: Fri, 19 Jul 2024 11:15:36 +0800 Subject: [PATCH] Install jq 1.7 to handle large gwei balance --- .github/workflows/prepare-transaction.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/prepare-transaction.yml b/.github/workflows/prepare-transaction.yml index ba9c378c..a42f2be3 100644 --- a/.github/workflows/prepare-transaction.yml +++ b/.github/workflows/prepare-transaction.yml @@ -13,6 +13,12 @@ jobs: if: ${{ contains(github.event.issue.labels.*.name, 'new-chain') }} runs-on: ubuntu-latest steps: + - name: Install jq + uses: dcarbone/install-jq-action@v2.1.0 + with: + version: '1.7' + force: true + - uses: actions/checkout@v4 with: sparse-checkout: |