We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f89208 commit 528ca78Copy full SHA for 528ca78
1 file changed
.github/workflows/ci.yml
@@ -14,6 +14,16 @@ jobs:
14
with:
15
distribution: temurin
16
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
27
- uses: actions/cache@v3
28
29
path: ~/.m2/repository
@@ -38,6 +48,16 @@ jobs:
38
48
39
49
40
50
51
52
53
54
55
56
57
58
59
60
41
61
42
62
43
63
0 commit comments