Skip to content

Commit

Permalink
fix: install git lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Garzas committed Oct 18, 2024
1 parent ef52d2c commit 0b1d8db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/generate-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@v4

- name: Install Git LFS
run: |
git lfs install
git lfs fetch --all
git lfs checkout
- name: Fetch All Branches
run: git fetch --all

Expand Down

0 comments on commit 0b1d8db

Please sign in to comment.