chore: fix workflows and build now that model files are not in the repository

This commit is contained in:
Stevan Freeborn
2025-02-13 23:20:59 -06:00
parent a0984dd9c9
commit 44386edbe4
3 changed files with 25 additions and 5 deletions
-2
View File
@@ -19,7 +19,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
lfs: true
fetch-depth: 0
token: ${{ secrets.ACTIONS_PAT }}
- name: Setup .NET 9
@@ -59,7 +58,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
lfs: true
fetch-depth: 0
ref: ${{ github.ref }}
token: ${{ secrets.ACTIONS_PAT }}