mirror of
https://github.com/daywalker90/cln-nip47.git
synced 2026-08-13 12:33:43 +02:00
CI: always save cache
This commit is contained in:
parent
cb253594e5
commit
3f6bb2f78f
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -92,6 +92,7 @@ jobs:
|
|||
|
||||
- name: Save bitcoind cache
|
||||
id: save-cache-bitcoind
|
||||
if : ${{ always() }}
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: /usr/local/bin/bitcoin*
|
||||
|
|
@ -107,8 +108,9 @@ jobs:
|
|||
sudo tar -xvf ${url##*/} -C /usr/local --strip-components=2
|
||||
echo "CLN_VERSION=$(lightningd --version)" >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Restore CLN cache
|
||||
- name: Save CLN cache
|
||||
id: save-cache-cln
|
||||
if : ${{ always() }}
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue