From cde62c5e6841b13c9cb34f52d2acbc630bf49bc9 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Thu, 14 Sep 2023 11:26:04 +0200 Subject: [PATCH] fixup! gci: Only install one of elementsd or bitcoind --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 56667b211481..09fd29556c52 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -291,6 +291,8 @@ jobs: poetry install - name: Install bitcoind + env: + TEST_NETWORK: ${{ matrix.TEST_NETWORK }} run: .github/scripts/install-bitcoind.sh - name: Download build