From ac0c7d94416a83fe5c6c0b5680f7cf1e381d0dc0 Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Fri, 12 Jun 2026 13:34:49 -0700 Subject: [PATCH] on checkout do git LFS in github actions --- .github/workflows/builds.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index ff59fb6b..58a20867 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -66,6 +66,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 + with: + lfs: true - name: build (vs 2022) shell: cmd run: | @@ -87,6 +89,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 + with: + lfs: true - name: Install Dependencies shell: bash run: | @@ -126,6 +130,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v6 + with: + lfs: true - name: Run shell: cmd run: |