Skip to content

Commit 760ca50

Browse files
committed
update proof producer version in CI
1 parent 0f407fb commit 760ca50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,11 +327,11 @@ jobs:
327327
always() && !cancelled() &&
328328
(needs.handle-syncwith.result == 'success' || needs.handle-syncwith.result == 'skipped') &&
329329
needs.build-and-test-linux.result == 'success'
330-
uses: NilFoundation/proof-producer/.github/workflows/reusable-generate-proofs-linux.yml@ef8cd9152b4bec871e7efdc1d6b606e445bad274
330+
uses: NilFoundation/proof-producer/.github/workflows/reusable-generate-proofs-linux.yml@f450e9219b0b77fa32ce27c5e9a9d9144cc577dd
331331
with:
332332
artifact-name: ${{ needs.build-and-test-linux.outputs.examples-artifact-name }}
333333
# Update next line if you need new version of proof producer
334-
proof-producer-ref: ef8cd9152b4bec871e7efdc1d6b606e445bad274
334+
proof-producer-ref: f450e9219b0b77fa32ce27c5e9a9d9144cc577dd
335335
refs: ${{ needs.handle-syncwith.outputs.prs-refs }}
336336
targets: ${{ needs.build-and-test-linux.outputs.prover-targets }}
337337

0 commit comments

Comments
 (0)