From c1cc7534108675cab4a4e05dfa52f48bc005abdf Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Mon, 13 Oct 2025 16:04:51 +0200 Subject: [PATCH] checkout with large files --- .github/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbdb198..9bee768 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,9 @@ jobs: steps: - uses: actions/checkout@v3 + with: + lfs: true + fetch-depth: 0 - name: Set up JDK 21 uses: actions/setup-java@v3 @@ -40,6 +43,9 @@ jobs: pages: write steps: - uses: actions/checkout@v3 + with: + lfs: true + fetch-depth: 0 - name: Set up JDK 21 uses: actions/setup-java@v3 @@ -78,6 +84,9 @@ jobs: steps: - uses: actions/checkout@v3 + with: + lfs: true + fetch-depth: 0 - name: Set up GraalVM uses: graalvm/setup-graalvm@v1