Skip to content

Commit 9c8059c

Browse files
committed
chore: run the paramcache
1 parent a731ed6 commit 9c8059c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Generate proof parameters
7878
if: steps.cache-parameters.outputs.cache-hit != 'true'
7979
#run: cargo build --release --no-default-features --bin paramcache --sector-sizes='2048,4096,16384,32768'
80-
run: cargo build --release --no-default-features --bin paramcache -- --sector-sizes='2048'
80+
run: cargo run --release --no-default-features --bin paramcache -- --sector-sizes='2048'
8181

8282
- name: Test in release profile
8383
run: cargo test --verbose --release --workspace --all-targets

0 commit comments

Comments
 (0)