Skip to content

Commit

Permalink
ci: Fix for FreeBSD workflow
Browse files Browse the repository at this point in the history
Changelog-None.
  • Loading branch information
ShahanaFarooqui committed Jan 11, 2025
1 parent 219623c commit 1fb3030
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- "master"
pull_request:
workflow_dispatch:

jobs:
testfreebsd:
Expand All @@ -30,7 +31,7 @@ jobs:
gmake \
git \
python \
postgresql12-server \
postgresql16-server \
autoconf \
automake \
libtool \
Expand All @@ -42,7 +43,7 @@ jobs:
python3.8 -m ensurepip
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
wget https://bitcoincore.org/bin/bitcoin-core-${{ matrix.bitcoind-version }}/bitcoin-${{ matrix.bitcoind-version }}-x86_64-linux-gnu.tar.gz
Expand Down

0 comments on commit 1fb3030

Please sign in to comment.