mirror of
https://github.com/talaia-labs/rust-teos.git
synced 2026-08-13 12:33:22 +02:00
Merge pull request #264 from sr-gi/cln-cargo
Makes `time` is up to date when compiling CLN for CI jobs
This commit is contained in:
commit
9248f3a2b9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cln-plugin.yaml
vendored
1
.github/workflows/cln-plugin.yaml
vendored
|
|
@ -38,6 +38,7 @@ jobs:
|
|||
sudo apt-get update && sudo apt-get install -y gettext
|
||||
git clone https://github.com/ElementsProject/lightning.git && cd lightning && git checkout v${{ env.cln_version }}
|
||||
pip install --user poetry && poetry install
|
||||
cargo update -p time
|
||||
./configure && poetry run make
|
||||
|
||||
cln-plugin:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue