ci: Fix for FreeBSD workflow

Changelog-None.
This commit is contained in:
ShahanaFarooqui 2025-01-10 17:36:11 -08:00
parent 219623c8d7
commit c1484a65c2

View file

@ -5,6 +5,7 @@ on:
branches: branches:
- "master" - "master"
pull_request: pull_request:
workflow_dispatch:
jobs: jobs:
testfreebsd: testfreebsd:
@ -30,7 +31,7 @@ jobs:
gmake \ gmake \
git \ git \
python \ python \
postgresql12-server \ postgresql16-server \
autoconf \ autoconf \
automake \ automake \
libtool \ libtool \
@ -42,7 +43,7 @@ jobs:
python3.8 -m ensurepip python3.8 -m ensurepip
python3.8 -m pip install --upgrade pip python3.8 -m pip install --upgrade pip
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2021-08-3z1 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2024-11-28
cd /tmp/ || exit 1 cd /tmp/ || exit 1
wget https://bitcoincore.org/bin/bitcoin-core-${{ matrix.bitcoind-version }}/bitcoin-${{ matrix.bitcoind-version }}-x86_64-linux-gnu.tar.gz wget https://bitcoincore.org/bin/bitcoin-core-${{ matrix.bitcoind-version }}/bitcoin-${{ matrix.bitcoind-version }}-x86_64-linux-gnu.tar.gz