Commit 2d8da29 1 parent 9b60ba1 commit 2d8da29 Copy full SHA for 2d8da29
File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,12 @@ jobs:
68
68
- uses : dtolnay/rust-toolchain@master
69
69
with :
70
70
toolchain : ${{needs.set-msrv.outputs.msrv}}
71
- - name : Install required packages
72
- run : sudo apt install --no-install-recommends --yes ocl-icd-opencl-dev libhwloc-dev
71
+ # - name: Install required packages
72
+ # run: sudo apt install --no-install-recommends --yes ocl-icd-opencl-dev libhwloc-dev
73
73
74
74
- name : Generate proof parameters
75
- run : cargo run --release --no-default-features --bin paramcache -- --sector-sizes=${{ matrix.size }}
75
+ # run: cargo run --release --no-default-features --bin paramcache -- --sector-sizes=${{ matrix.size }}
76
+ run : mkdir -p /var/tmp/filecoin-proof-parameters/ && touch /var/tmp/filecoin-proof-parameters/${{ matrix.size }}.params
76
77
77
78
# - name: Cache proof parameters
78
79
# id: cache-parameters
@@ -152,8 +153,10 @@ jobs:
152
153
# name: my-artifact
153
154
path : /var/tmp/filecoin-proof-parameters/
154
155
merge-multiple : true
155
- github-token : ${{ github.token }}
156
- repository : ${{ github.action_repository }}
156
+ # github-token: ${{ github.token }}
157
+ # repository: ${{ github.action_repository }}
158
+ run-id : ${{ github.event.workflow_run.id }}
159
+ github-token : ${{ secrets.GITHUB_TOKEN }}
157
160
- name : Display structure of downloaded files
158
161
run : ls -lR /var/tmp/filecoin-proof-parameters/
159
162
You can’t perform that action at this time.
0 commit comments