Skip to content

Commit 800d74e

Browse files
committed
fix ci too
1 parent e7fb424 commit 800d74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/o1js-api-reference.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
# Install dependencies and build o1js
3131
cd o1js
32-
git submodule update --init --recursive
32+
GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --recursive
3333
npm ci && npm run build
3434
cd src/mina-signer && npm ci && npm run build && cd ../../
3535

0 commit comments

Comments
 (0)