From 058484b8b16443a09f1ebb1fc81216e26dd6751f Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sun, 26 Sep 2021 12:31:07 +0200 Subject: [PATCH] gci: Use stripped down bitcoind for Mac OS --- .github/workflows/macos.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 3540dc98b..3db73a2ef 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -32,11 +32,11 @@ jobs: ( cd /tmp/ - wget https://bitcoin.org/bin/bitcoin-core-$BITCOIN_VERSION/bitcoin-$BITCOIN_VERSION-osx64.tar.gz -O bitcoin.tar.gz + wget https://storage.googleapis.com/c-lightning-tests/bitcoin-$BITCOIN_VERSION-osx64.tar.gz -O bitcoin.tar.gz tar -xvzf bitcoin.tar.gz sudo mv bitcoin-$BITCOIN_VERSION/bin/* /usr/local/bin ) - + pip install --upgrade mako pip ln -s /usr/local/Cellar/gettext/0.20.1/bin/xgettext /usr/local/opt export PATH="/usr/local/opt:$PATH"