Skip to content

Commit 528ca78

Browse files
Try java wrapper 2.1.8 (AST-000)
1 parent 8f89208 commit 528ca78

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ jobs:
1414
with:
1515
distribution: temurin
1616
java-version: 8
17+
18+
- name: Install Git LFS
19+
run: |
20+
sudo apt-get update
21+
sudo apt-get install git-lfs
22+
git lfs install
23+
24+
- name: Checkout LFS objects
25+
run: git lfs checkout
26+
1727
- uses: actions/cache@v3
1828
with:
1929
path: ~/.m2/repository
@@ -38,6 +48,16 @@ jobs:
3848
with:
3949
distribution: temurin
4050
java-version: 8
51+
52+
- name: Install Git LFS
53+
run: |
54+
sudo apt-get update
55+
sudo apt-get install git-lfs
56+
git lfs install
57+
58+
- name: Checkout LFS objects
59+
run: git lfs checkout
60+
4161
- uses: actions/cache@v3
4262
with:
4363
path: ~/.m2/repository

0 commit comments

Comments
 (0)