Skip to content

Commit

Permalink
added lfs True to maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohnsson95 committed Feb 16, 2024
1 parent 727e51a commit aea43c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- name: Checkout main branch
uses: actions/checkout@v4
with:
lfs: true
- name: Get required JDK version from Maven project
run: |
JDK_VERSION=$(mvn help:evaluate -Dexpression=maven.compiler.release -q -DforceStdout)
Expand All @@ -23,6 +25,7 @@ jobs:
with:
ref: badges
path: badges
lfs: true
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit aea43c2

Please sign in to comment.