Commit f551d9d 1 parent ce9eb13 commit f551d9d Copy full SHA for f551d9d
File tree 1 file changed +2
-0
lines changed
.github/actions/proof-params-download
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,12 @@ runs:
43
43
run-id : ${{ fromJson(steps.latest-proof-params.outputs.data).workflow_runs[0].id }}
44
44
github-token : ${{ inputs.github-token }}
45
45
- name : Obtain Filecoin IPP parameter file
46
+ shell : bash
46
47
# paramfetch is using `ipget` which currently always times out on
47
48
# CI, hence get this file via HTTP instead.
48
49
# cargo run --release --bin paramfetch -- -a -j srs-inner-product.json
49
50
# `--insecure` is needed due to an outdated base systems.
50
51
run : ' curl --insecure https://proofs.filecoin.io/v28-fil-inner-product-v1.srs --output /var/tmp/filecoin-proof-parameters/v28-fil-inner-product-v1.srs'
51
52
- name : List parameter files
53
+ shell : bash
52
54
run : ls -al /var/tmp/filecoin-proof-parameters/
You can’t perform that action at this time.
0 commit comments