mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-23 15:00:34 +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:
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue