does lfs work now, or are we gonna install?

world-object-unification-project
Ivory 2023-01-09 04:50:12 -05:00
parent 5468a73856
commit aee5630f67
1 changed files with 7 additions and 1 deletions

View File

@ -21,7 +21,13 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: LFS Install
run: git lfs install
- name: LFS Checkout
run: git lfs checkout
- name: Set up JDK 17
uses: actions/setup-java@v3
with: