does lfs work now, or are we gonna install?
parent
5468a73856
commit
aee5630f67
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue