We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672069f commit e271236Copy full SHA for e271236
.github/workflows/hrn-integration.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/cache@v4
22
with:
23
path: bin/bitcoind-${{ runner.os }}-${{ runner.arch }}
24
- key: bitcoind-${{ runner.os }}-${{ runner.arch }}
+ key: bitcoind-29.0-${{ runner.os }}-${{ runner.arch }}
25
- name: Enable caching for electrs
26
id: cache-electrs
27
0 commit comments