Skip to content

Commit

Permalink
temp: use updated cln
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Aug 30, 2024
1 parent 3d788dc commit 755772d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup-clightning/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:
lightning_git/devtools/mkfunding
lightning_git/devtools/mkclose
lightning_git/devtools/mkgossip
key: core-lightning-${{ inputs.checkout-version }}
key: core-lightning-a877622a0ffb2c061d03c9d44baa47c9e2a90426

- name: Setup Python 3.8
if: steps.cache-core-lightning.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -96,8 +96,8 @@ runs:
if: steps.cache-core-lightning.outputs.cache-hit != 'true'
uses: actions/checkout@v4
with:
repository: ElementsProject/lightning
ref: ${{ inputs.checkout-version }}
repository: JssDWt/lightning
ref: a877622a0ffb2c061d03c9d44baa47c9e2a90426
path: lightning_git

- name: Build Lightning
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/test-lspd/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ runs:
lightning_git/devtools/mkfunding
lightning_git/devtools/mkclose
lightning_git/devtools/mkgossip
key: core-lightning-${{ inputs.CLN_VERSION }}
key: core-lightning-a877622a0ffb2c061d03c9d44baa47c9e2a90426

- name: Cache Bitcoin Core
uses: actions/cache@v4
Expand Down

0 comments on commit 755772d

Please sign in to comment.