mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
ci: Fix for FreeBSD workflow
Changelog-None.
This commit is contained in:
parent
219623c8d7
commit
c1484a65c2
1 changed files with 3 additions and 2 deletions
5
.github/workflows/bsd.yml
vendored
5
.github/workflows/bsd.yml
vendored
|
@ -5,6 +5,7 @@ on:
|
|||
branches:
|
||||
- "master"
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
testfreebsd:
|
||||
|
@ -30,7 +31,7 @@ jobs:
|
|||
gmake \
|
||||
git \
|
||||
python \
|
||||
postgresql12-server \
|
||||
postgresql16-server \
|
||||
autoconf \
|
||||
automake \
|
||||
libtool \
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue