Add missing cache key

This commit is contained in:
Luke Parker
2025-12-09 23:19:03 -05:00
parent f7503c9673
commit ea3f593c2a

View File

@@ -24,6 +24,7 @@ jobs:
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4 uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4
with: with:
path: monerod path: monerod
key: stack-size-monerod
- name: Download the Monero Daemon - name: Download the Monero Daemon
if: steps.cache-monerod.outputs.cache-hit != 'true' if: steps.cache-monerod.outputs.cache-hit != 'true'