Skip to content

Commit

Permalink
Temporarily upload the whole folder from ci, so I can see what's inside.
Browse files Browse the repository at this point in the history
  • Loading branch information
martun committed May 7, 2024
1 parent 20c9990 commit 85c8b04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
CONTAINER_TMP: /opt/
HOST_TMP: /home/runner/work/_temp/
DEBIAN_FRONTEND: noninteractive
BOOST_VERSION: "1.80.0"
BOOST_VERSION: "1.78.0"
INTEGRATION_TESTING_TARGETS: |
arithmetics_cpp_example
polynomial_cpp_example
Expand Down Expand Up @@ -327,11 +327,11 @@ jobs:
always() && !cancelled() &&
(needs.handle-syncwith.result == 'success' || needs.handle-syncwith.result == 'skipped') &&
needs.build-and-test-linux.result == 'success'
uses: NilFoundation/proof-producer/.github/workflows/reusable-generate-proofs-linux.yml@b1e380040b4714b6ad5fe9223555d854c49cf065
uses: NilFoundation/proof-producer/.github/workflows/reusable-generate-proofs-linux.yml@426f3ba5074b4fd119e49a7798c6dcc40ad3f378
with:
artifact-name: ${{ needs.build-and-test-linux.outputs.examples-artifact-name }}
# Update next line if you need new version of proof producer
proof-producer-ref: 1a51db9ad39b47967e13e935630d7951f2c808c0
proof-producer-ref: 426f3ba5074b4fd119e49a7798c6dcc40ad3f378
refs: ${{ needs.handle-syncwith.outputs.prs-refs }}
targets: ${{ needs.build-and-test-linux.outputs.prover-targets }}

Expand Down
2 changes: 1 addition & 1 deletion libs/crypto3
Submodule crypto3 updated 1 files
+1 −1 libs/hash

0 comments on commit 85c8b04

Please sign in to comment.