Skip to content

Commit

Permalink
chore: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
vmx committed Aug 28, 2024
1 parent 4ed1a30 commit 36594a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,12 @@ jobs:
toolchain: ${{needs.set-msrv.outputs.msrv}}
- name: Install required packages
run: sudo apt install --no-install-recommends --yes ocl-icd-opencl-dev libhwloc-dev
- name: Genereate he parameters for testing

- name: Cache proof parameters
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 36594a4

Please sign in to comment.