Skip to content

Commit

Permalink
workflow: git lfs install --force
Browse files Browse the repository at this point in the history
  • Loading branch information
laiwenzh committed Dec 13, 2024
1 parent 2ab9253 commit b9fd53d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:

- name: Pull LFS
run: |
if [ ! -f .git/hooks/pre-push ]; then
git lfs install
fi
git lfs install --force
git lfs pull
- name: Init submodule
Expand Down Expand Up @@ -112,9 +110,7 @@ jobs:

- name: Pull LFS
run: |
if [ ! -f .git/hooks/pre-push ]; then
git lfs install
fi
git lfs install --force
git lfs pull
- name: Init submodule
Expand Down

0 comments on commit b9fd53d

Please sign in to comment.