diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5ff39b1e..8e0f02a6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,6 +30,9 @@ jobs: steps: - name: Check out Git repository uses: actions/checkout@v4 + with: + fetch-depth: 0 + lfs: true - name: Cache pnpm modules uses: actions/cache@v4