does lfs work now, or are we gonna install?
parent
5468a73856
commit
aee5630f67
|
|
@ -22,6 +22,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: LFS Install
|
||||||
|
run: git lfs install
|
||||||
|
|
||||||
|
- name: LFS Checkout
|
||||||
|
run: git lfs checkout
|
||||||
|
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue