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