[workflow] updates test to manually pull LFS files

This commit is contained in:
Refringe
2025-07-20 19:50:52 -04:00
parent 4b12fb98f3
commit 14bd738c42
2 changed files with 9 additions and 2 deletions
+8 -1
View File
@@ -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