From e6ba675f64d62bbe2d2b98d153c21cd7ac3680f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Thu, 21 Dec 2023 17:15:33 +0100 Subject: [PATCH] ci: nimble -yes --- .github/workflows/generate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 4c6c630..0991e42 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -88,7 +88,7 @@ jobs: - name: Build CLI Proof Generator run: | cd reference/nim/proof_input/ - nimble build -d:release cli + nimble -y build -d:release cli cd ../../../ - name: Compile the circuit