Skip to content

Commit c1484a6

Browse files
ci: Fix for FreeBSD workflow
Changelog-None.
1 parent 219623c commit c1484a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bsd.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- "master"
77
pull_request:
8+
workflow_dispatch:
89

910
jobs:
1011
testfreebsd:
@@ -30,7 +31,7 @@ jobs:
3031
gmake \
3132
git \
3233
python \
33-
postgresql12-server \
34+
postgresql16-server \
3435
autoconf \
3536
automake \
3637
libtool \
@@ -42,7 +43,7 @@ jobs:
4243
4344
python3.8 -m ensurepip
4445
python3.8 -m pip install --upgrade pip
45-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2021-08-3z1
46+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2024-11-28
4647
4748
cd /tmp/ || exit 1
4849
wget https://bitcoincore.org/bin/bitcoin-core-${{ matrix.bitcoind-version }}/bitcoin-${{ matrix.bitcoind-version }}-x86_64-linux-gnu.tar.gz

0 commit comments

Comments
 (0)