From fc6d0657323df0945e8748fca2453f1f448b6679 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 13 Aug 2025 15:53:43 -0700 Subject: [PATCH] Add LFS flag --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0ae04c8..c82311c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,6 +105,8 @@ jobs: uses: ashutoshvarma/setup-ninja@master - uses: actions/checkout@v4 + with: + lfs: ${{ matrix.build-assets }} - name: Configure (CMake) run: |