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 80f79a7 commit 4fd581a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/live-tests-shared/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
env:
USE_CUSTOM_LOCAL_NETWORK: 'true'
run: |
git submodule update --init --recursive
GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --recursive
npm ci
npm run build
touch profiling.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
METRICS_SOURCE_ENVIRONMENT: 'o1js GitHub Actions'
METRICS_BASE_BRANCH_FOR_COMPARISON: 'main'
run: |
git submodule update --init --recursive
GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --recursive
npm ci
npm run build
echo 'Running o1js benchmarks.'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: '18'
- name: Run typedoc
run: |
git submodule update --init --recursive
GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --recursive
npm ci
npx typedoc --tsconfig tsconfig.node.json src/index.ts
- name: Deploy
Expand Down

0 comments on commit 4fd581a

Please sign in to comment.