Skip to content

Commit

Permalink
Merge pull request #264 from sr-gi/cln-cargo
Browse files Browse the repository at this point in the history
Makes `time` is up to date when compiling CLN for CI jobs
  • Loading branch information
sr-gi authored Sep 5, 2024
2 parents b8a996e + 1684571 commit 9248f3a
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 9248f3a

Please sign in to comment.