Skip to content

Commit

Permalink
ci: build o1js bindings properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzixnerd committed Nov 18, 2024
1 parent 445dd70 commit e4ec885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
set -Eeu
export GIT_LFS_SKIP_SMUDGE=1
./pin.sh
nix develop o1js --command bash --command "npm run build:update-bindings"
nix develop o1js --command bash -c "npm run build:update-bindings"

0 comments on commit e4ec885

Please sign in to comment.