From 0b1d8db3123cf8e86b20bda241daed8142a81ec2 Mon Sep 17 00:00:00 2001 From: Jakub Zerko Date: Fri, 18 Oct 2024 10:30:23 +0200 Subject: [PATCH] fix: install git lfs --- .github/workflows/generate-screenshots.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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