We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c3ce74 commit 0deef98Copy full SHA for 0deef98
.github/actions/build/action.yml
@@ -57,10 +57,6 @@ runs:
57
src/bindings/compiled
58
src/bindings/mina-transaction/gen
59
key: bindings-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.proof_systems_commit }}
60
-
61
- - run: echo "cache-hit is ${{ steps.bindings-cache.outputs.cache-hit }}"
62
- shell: bash
63
64
- name: Build the o1js bindings
65
if: ${{ steps.bindings-cache.outputs.cache-hit != 'true' }}
66
shell: bash
0 commit comments