From 959c25c8fa278f9fbfbb541a147c8bbdde5cef4d Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Thu, 4 Sep 2025 20:06:14 +0200 Subject: [PATCH] clone with git lfs --- .github/workflows/build.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90e284d..30c69cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,10 @@ jobs: steps: - uses: actions/checkout@v3 + with: + lfs: true + fetch-depth: 1 + - name: Set up JDK 21 uses: actions/setup-java@v3 @@ -47,7 +51,10 @@ jobs: steps: - uses: actions/checkout@v3 - + with: + lfs: true + fetch-depth: 1 + - name: Set up GraalVM uses: graalvm/setup-graalvm@v1 with: