diff --git a/.github/workflows/o1js-api-reference.yml b/.github/workflows/o1js-api-reference.yml index 3ef84ae2c..6a20d1f00 100644 --- a/.github/workflows/o1js-api-reference.yml +++ b/.github/workflows/o1js-api-reference.yml @@ -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 ../../