(ci/cd): enabled git lfs fetching on checkout

This commit is contained in:
2025-04-29 09:32:42 +05:30
parent d43c59c15e
commit 3c500ae482

View File

@@ -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'