We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219623c commit c1484a6Copy full SHA for c1484a6
.github/workflows/bsd.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- "master"
7
pull_request:
8
+ workflow_dispatch:
9
10
jobs:
11
testfreebsd:
@@ -30,7 +31,7 @@ jobs:
30
31
gmake \
32
git \
33
python \
- postgresql12-server \
34
+ postgresql16-server \
35
autoconf \
36
automake \
37
libtool \
@@ -42,7 +43,7 @@ jobs:
42
43
44
python3.8 -m ensurepip
45
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
46
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2024-11-28
47
48
cd /tmp/ || exit 1
49
wget https://bitcoincore.org/bin/bitcoin-core-${{ matrix.bitcoind-version }}/bitcoin-${{ matrix.bitcoind-version }}-x86_64-linux-gnu.tar.gz
0 commit comments