From aea43c266e40cf1693e1f3458b86509b05d94598 Mon Sep 17 00:00:00 2001 From: Adam Johnsson Date: Fri, 16 Feb 2024 15:58:30 +0100 Subject: [PATCH] added lfs True to maven.yml --- .github/workflows/maven.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 46a7142..19d6e13 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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) @@ -23,6 +25,7 @@ jobs: with: ref: badges path: badges + lfs: true - name: Set up JDK uses: actions/setup-java@v4 with: