Skip to content

Commit

Permalink
Makes sure the time create is up to date
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sr-gi committed Sep 5, 2024
1 parent 609da2d commit 1416073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cln-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1416073

Please sign in to comment.