We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e3941 commit ceb4521Copy full SHA for ceb4521
.github/actions/proof-params-download/action.yml
@@ -29,7 +29,7 @@ runs:
29
# paramfetch is using `ipget` which currently always times out on CI,
30
# hence get this file via HTTP instead.
31
#cargo run --release --bin paramfetch -- -a -j srs-inner-product.json
32
- run: 'curl https://proofs.filecoin.io/v28-fil-inner-product-v1.srs --output /var/tmp/filecoin-proof-parameters/v28-fil-inner-product-v1.srs'
+ run: 'mkdir -p /var/tmp/filecoin-proof-parameters && curl -fSL https://proofs.filecoin.io/v28-fil-inner-product-v1.srs -o /var/tmp/filecoin-proof-parameters/v28-fil-inner-product-v1.srs'
33
- name: List parameter files
34
shell: bash
35
run: ls -al /var/tmp/filecoin-proof-parameters/
0 commit comments