CI: fix typo in git clone command
authorsiwatanejo <7511840+siwatanejo@users.noreply.github.com>
Wed, 13 Mar 2024 18:25:07 +0000 (19:25 +0100)
committersiwatanejo <7511840+siwatanejo@users.noreply.github.com>
Wed, 13 Mar 2024 18:25:07 +0000 (19:25 +0100)
Introduced in:
94ae3f5ecc951f3d527f97ea10a8a4d897e6b696

.github/workflows/build.yml

index 86ed2579d60e3cdd8b295eb07e971dd396f29557..3c5193766ee4a9a7c1f3a637a430e1cd3d2f791c 100644 (file)
@@ -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 ..