Skip to content

Commit

Permalink
Explicitely disable LFS.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Jul 26, 2024
1 parent 3bd73e1 commit 80f79a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pkg-pr-new-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.node }}
- name: Build o1js and mina-signer
run: |
git submodule update --init --recursive
GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --recursive
npm ci
npm run prepublishOnly
cd src/mina-signer
Expand Down

0 comments on commit 80f79a7

Please sign in to comment.