diff --git a/.github/workflows/generate-screenshots.yml b/.github/workflows/generate-screenshots.yml index 5371c3e14fc..2bb7f2e2dee 100644 --- a/.github/workflows/generate-screenshots.yml +++ b/.github/workflows/generate-screenshots.yml @@ -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