From 800d74e16d3c8019419eda2bf00b1bd15ca58c89 Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 22 Oct 2024 10:02:04 +0300 Subject: [PATCH] fix ci too --- .github/workflows/o1js-api-reference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ../../