Skip to content

Commit

Permalink
Merge pull request #152 from siwatanejo/master
Browse files Browse the repository at this point in the history
CI: fix typo in git clone command
  • Loading branch information
TheBlueMatt committed Mar 13, 2024
2 parents cb964a0 + dd2dcab commit 7a41563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -698,7 +698,7 @@ jobs:
git config --global user.email "ldk-ci@example.com"
git config --global user.name "LDK CI"
# Note this is a different endpoint, as we need one non-upstream commit!
git clone https://github.com/rghtningdevkit/ust-lightning
git clone https://github.com/lightningdevkit/rust-lightning
cd rust-lightning
git checkout origin/0.0.121-bindings
cd ..
Expand Down

0 comments on commit 7a41563

Please sign in to comment.