diff --git a/.github/workflows/proof-params-generate.yml b/.github/workflows/proof-params-generate.yml index 7633f5902..6eab917be 100644 --- a/.github/workflows/proof-params-generate.yml +++ b/.github/workflows/proof-params-generate.yml @@ -21,6 +21,7 @@ jobs: # parallel. matrix: size: [2048, 4096, 16384, 32768] + fail-fast: false steps: - uses: actions/checkout@v4 diff --git a/fil-proofs-param/Cargo.toml b/fil-proofs-param/Cargo.toml index e2b575fdd..d46a808a5 100644 --- a/fil-proofs-param/Cargo.toml +++ b/fil-proofs-param/Cargo.toml @@ -24,6 +24,7 @@ flate2 = { version = "1.0.9", features = ["rust_backend"] } gperftools = { workspace = true, optional = true } humansize.workspace = true indicatif = "0.16.2" +console = { version = "0.16.0", features = ["std"] } itertools.workspace = true lazy_static.workspace = true log.workspace = true