mirror of
https://github.com/talaia-labs/rust-teos.git
synced 2026-08-13 12:33:22 +02:00
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:
parent
b8a996e4f0
commit
1684571808
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