Skip to content

Commit

Permalink
fix ci too
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivo25 committed Oct 22, 2024
1 parent e7fb424 commit 800d74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/o1js-api-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
# Install dependencies and build o1js
cd o1js
git submodule update --init --recursive
GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --recursive
npm ci && npm run build
cd src/mina-signer && npm ci && npm run build && cd ../../
Expand Down

0 comments on commit 800d74e

Please sign in to comment.