diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8ec5eff07..916442891 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,6 +19,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 + with: + # Images are Git LFS-tracked (.gitattributes); without this the + # build ships LFS pointer files instead of the actual binaries + lfs: true - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 53ae09f0b..df28d3e48 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -8,6 +8,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 + with: + # Images are Git LFS-tracked (.gitattributes); without this the + # build ships LFS pointer files instead of the actual binaries + lfs: true - uses: actions/setup-node@v6 with: