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: |