From a40c3238c433733cad2a3c3a8eb8fec11e73d7bb Mon Sep 17 00:00:00 2001 From: Riccardo Mori Date: Mon, 13 Jan 2025 18:05:40 +0100 Subject: [PATCH] Use git LFS in CI --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe3e2fc..06a0231 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,9 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + lfs: 'true' - name: Setup cmake uses: jwlawson/actions-setup-cmake@v1.12