diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d8defe4f..6f7cdbc6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,8 @@ jobs: # Checkout, install tools.. - uses: actions/checkout@v2 with: + lfs: true + fetch-depth: 0 token: ${{ secrets.PAT }} - uses: actions/setup-node@v4 with: