Skip to content

Commit

Permalink
chore: use string or path
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent ccec80c commit 4ed1a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
id: cache-parameters
uses: actions/cache@v4
with:
path: /var/tmp/filecoin-proof-parameters/
path: '/var/tmp/filecoin-proof-parameters/'
#key: proof-params-v28-n-${{ runner.os }}-${{ hashFiles('filecoin-proofs/parameters.json') }}
key: proof-params-v28-n-${{ hashFiles('filecoin-proofs/parameters.json') }}
- name: Generate proof parameters
Expand Down

0 comments on commit 4ed1a30

Please sign in to comment.