diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 7e7fee05..ff59fb6b 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -32,6 +32,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 + with: + lfs: true - name: Install Dependencies shell: bash run: |