Skip to content

Commit 67d8a95

Browse files
committed
fix --accept-flake-config being skipped by ./pin.sh
1 parent 0deef98 commit 67d8a95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ runs:
6262
shell: bash
6363
run: |
6464
set -Eeu
65-
./pin.sh
66-
nix run o1js#generate-bindings --accept-flake-config
65+
nix run .\?submodules=1#generate-bindings --accept-flake-config
6766
6867
- name: Upload the bindings if keys are available
6968
if: ${{ steps.bindings-cache.outputs.cache-hit != 'true' && inputs.cache_id != '' }}

0 commit comments

Comments
 (0)