We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a042f commit 0c0deb2Copy full SHA for 0c0deb2
.github/workflows/ci.yml
@@ -90,11 +90,11 @@ jobs:
90
# compression-level: 0
91
# if-no-files-found: error
92
93
- download-proof-params:
94
- name: Download the proof params
95
- uses: ./.github/workflows/proof-params-download.yml
96
- with:
97
- parameters-json-hash: ${{ hashFiles('filecoin-proofs/parameters.json') }}
+ #download-proof-params:
+ # name: Download the proof params
+ # uses: ./.github/workflows/proof-params-download.yml
+ # with:
+ # parameters-json-hash: ${{ hashFiles('filecoin-proofs/parameters.json') }}
98
99
test_release:
100
needs: [set-msrv, download-proof-params]
0 commit comments