mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 05:09:22 +00:00
Add missing cache key
This commit is contained in:
1
.github/workflows/stack-size.yml
vendored
1
.github/workflows/stack-size.yml
vendored
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user