Makes sure the time create is up to date

Compiling time with rustc over 1.80.0 (inclusive) results in a crash
for old versions of the time crate, which CLN uses. Make sure we are up
to date with the current revision
This commit is contained in:
Sergi Delgado Segura 2024-09-05 16:48:44 -04:00
parent b8a996e4f0
commit 1684571808
No known key found for this signature in database
GPG key ID: 35DDB7126CCB7618

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: