We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0deef98 commit 67d8a95Copy full SHA for 67d8a95
.github/actions/build/action.yml
@@ -62,8 +62,7 @@ runs:
62
shell: bash
63
run: |
64
set -Eeu
65
- ./pin.sh
66
- nix run o1js#generate-bindings --accept-flake-config
+ nix run .\?submodules=1#generate-bindings --accept-flake-config
67
68
- name: Upload the bindings if keys are available
69
if: ${{ steps.bindings-cache.outputs.cache-hit != 'true' && inputs.cache_id != '' }}
0 commit comments