From 4703768d3624ce59ac96727d19b010290cb46e75 Mon Sep 17 00:00:00 2001 From: galargh Date: Fri, 5 Sep 2025 20:38:53 +0200 Subject: [PATCH] fix: build console with std feature enabled --- .github/workflows/proof-params-generate.yml | 1 + fil-proofs-param/Cargo.toml | 1 + 2 files changed, 2 insertions(+) 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