We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d4ff37 + 30ce72d commit 2bbb764Copy full SHA for 2bbb764
.github/workflows/rust.yml
@@ -58,13 +58,13 @@ jobs:
58
uses: actions/cache@v4
59
with:
60
path: $HOME/bin/bitcoind
61
- key: bitcoind
+ key: bitcoind-${{ runner.os }}
62
- name: Enable caching for electrs
63
id: cache-electrs
64
65
66
path: $HOME/bin/electrs
67
- key: electrs
+ key: electrs-${{ runner.os }}
68
- name: Download bitcoind/electrs and set environment variables
69
if: "matrix.platform != 'windows-latest' && (steps.cache-bitcoind.outputs.cache-hit != 'true' || steps.cache-electrs.outputs.cache-hit != 'true')"
70
run: |
0 commit comments