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:
Sergi Delgado 2024-09-05 17:18:50 -04:00 committed by GitHub
commit 9248f3a2b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: