diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 971deb62..dba15871 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,14 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - lfs: true + lfs: false + + - name: Configure Git LFS + run: | + git lfs install + git config -f .lfsconfig lfs.url https://lfs.sp-tarkov.com/sp-tarkov/server-csharp + git config -f .lfsconfig lfs.locksverify false + git lfs pull - name: Setup .NET uses: actions/setup-dotnet@v4 diff --git a/.lfsconfig b/.lfsconfig index 21996c2a..3c94543c 100644 --- a/.lfsconfig +++ b/.lfsconfig @@ -1,3 +1,3 @@ [lfs] - url = https://lfs.sp-tarkov.com/sp-tarkov/server-csharp + url = https://lfs.sp-tarkov.com/sp-tarkov/server-csharp locksverify = false