From d10438ae0f3513971cb4090b0835c7d92094eb4d Mon Sep 17 00:00:00 2001 From: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Date: Thu, 10 Aug 2023 19:28:31 +0800 Subject: [PATCH] ci(github): temp fix `gacts/install-geth-tools` (#770) --- .github/workflows/bridge.yml | 4 ++++ .github/workflows/common.yml | 2 ++ .github/workflows/coordinator.yml | 2 ++ .github/workflows/database.yml | 2 ++ .github/workflows/integration.yaml | 2 ++ 5 files changed, 12 insertions(+) diff --git a/.github/workflows/bridge.yml b/.github/workflows/bridge.yml index dc42c68b3..13dc67513 100644 --- a/.github/workflows/bridge.yml +++ b/.github/workflows/bridge.yml @@ -43,6 +43,8 @@ jobs: version: '0.8.16' - name: Install Geth Tools uses: gacts/install-geth-tools@v1 + with: + version: 1.10.19 - name: Lint working-directory: 'bridge' run: | @@ -92,6 +94,8 @@ jobs: version: '0.8.16' - name: Install Geth Tools uses: gacts/install-geth-tools@v1 + with: + version: 1.10.19 - name: Build prerequisites run: | make dev_docker diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 07736c15f..a3d3d53ad 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -88,6 +88,8 @@ jobs: version: '0.8.16' - name: Install Geth Tools uses: gacts/install-geth-tools@v1 + with: + version: 1.10.19 - name: Build prerequisites run: | make dev_docker diff --git a/.github/workflows/coordinator.yml b/.github/workflows/coordinator.yml index 636b647e3..fe4a8ed23 100644 --- a/.github/workflows/coordinator.yml +++ b/.github/workflows/coordinator.yml @@ -104,6 +104,8 @@ jobs: version: '0.8.16' - name: Install Geth Tools uses: gacts/install-geth-tools@v1 + with: + version: 1.10.19 - name: Build prerequisites run: | make dev_docker diff --git a/.github/workflows/database.yml b/.github/workflows/database.yml index 2a038b729..e7a10e9c8 100644 --- a/.github/workflows/database.yml +++ b/.github/workflows/database.yml @@ -81,6 +81,8 @@ jobs: version: '0.8.16' - name: Install Geth Tools uses: gacts/install-geth-tools@v1 + with: + version: 1.10.19 - name: Build prerequisites run: | make dev_docker diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index d05919f07..52d4b379b 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -33,6 +33,8 @@ jobs: version: '0.8.16' - name: Install Geth Tools uses: gacts/install-geth-tools@v1 + with: + version: 1.10.19 - name: Build prerequisites run: | make dev_docker