Skip to content

Commit 4ed1a30

Browse files
committed
chore: use string or path
1 parent ccec80c commit 4ed1a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
id: cache-parameters
7373
uses: actions/cache@v4
7474
with:
75-
path: /var/tmp/filecoin-proof-parameters/
75+
path: '/var/tmp/filecoin-proof-parameters/'
7676
#key: proof-params-v28-n-${{ runner.os }}-${{ hashFiles('filecoin-proofs/parameters.json') }}
7777
key: proof-params-v28-n-${{ hashFiles('filecoin-proofs/parameters.json') }}
7878
- name: Generate proof parameters

0 commit comments

Comments
 (0)