From cc5b95e9c8999d596f3835f08ac4ba4d51b5103c Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 2 Sep 2024 12:22:54 +0530 Subject: [PATCH] fix(ci): always download LFS files --- .github/reusable-workflows/setup-gradle/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/reusable-workflows/setup-gradle/action.yml b/.github/reusable-workflows/setup-gradle/action.yml index 1f556367..5df2c884 100644 --- a/.github/reusable-workflows/setup-gradle/action.yml +++ b/.github/reusable-workflows/setup-gradle/action.yml @@ -25,6 +25,7 @@ runs: with: fetch-depth: ${{ inputs.fetch-depth }} token: ${{ inputs.token }} + lfs: true - name: Set up JDK uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2