From 3c500ae482a75c09f4a41dfed3e2e645347ff9b9 Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Tue, 29 Apr 2025 09:32:42 +0530 Subject: [PATCH] (ci/cd): enabled git lfs fetching on checkout --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77eef04..1a8bf9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,6 +28,8 @@ jobs: steps: - name: 🚚 Checkout repository uses: actions/checkout@v4 + with: + lfs: true - name: 🛠️ Install dependencies if: matrix.platform == 'ubuntu-22.04'