mirror of
https://github.com/aljazceru/plugins.git
synced 2026-01-23 23:14:19 +01:00
gci: Fix Github Actions
This commit is contained in:
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@@ -48,8 +48,20 @@ jobs:
|
|||||||
export DEVELOPER=${{ matrix.developer }}
|
export DEVELOPER=${{ matrix.developer }}
|
||||||
export COMPAT=${{ matrix.deprecated }}
|
export COMPAT=${{ matrix.deprecated }}
|
||||||
export VALGRIND=0
|
export VALGRIND=0
|
||||||
sudo apt-get install -y libsqlite3-dev build-essential gettext python python3 python3-mako net-tools zlib1g-dev libsodium-dev libpq-dev postgresql
|
sudo apt-get install -y libsqlite3-dev build-essential gettext python python3 net-tools zlib1g-dev libsodium-dev libpq-dev postgresql python3-pip
|
||||||
|
|
||||||
cd lightning
|
cd lightning
|
||||||
|
pip3 install --user -U \
|
||||||
|
pip \
|
||||||
|
wheel \
|
||||||
|
blinker \
|
||||||
|
pytest-sentry \
|
||||||
|
pytest-test-groups==1.0.3 \
|
||||||
|
pytest-custom-exit-code==0.3.0 \
|
||||||
|
pytest-json-report
|
||||||
|
|
||||||
|
pip install --user -U -r requirements.txt --use-feature=in-tree-build
|
||||||
|
|
||||||
./configure --disable-valgrind
|
./configure --disable-valgrind
|
||||||
make -j 16
|
make -j 16
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|||||||
Reference in New Issue
Block a user