Skip to content

Commit f551d9d

Browse files
committed
chore: add shell
1 parent ce9eb13 commit f551d9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/proof-params-download/action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ runs:
4343
run-id: ${{ fromJson(steps.latest-proof-params.outputs.data).workflow_runs[0].id }}
4444
github-token: ${{ inputs.github-token }}
4545
- name: Obtain Filecoin IPP parameter file
46+
shell: bash
4647
# paramfetch is using `ipget` which currently always times out on
4748
# CI, hence get this file via HTTP instead.
4849
#cargo run --release --bin paramfetch -- -a -j srs-inner-product.json
4950
# `--insecure` is needed due to an outdated base systems.
5051
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'
5152
- name: List parameter files
53+
shell: bash
5254
run: ls -al /var/tmp/filecoin-proof-parameters/

0 commit comments

Comments
 (0)