diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index b33aa68..70a1961 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -16,6 +16,8 @@ jobs: steps: # get the repo first - uses: https://code.forgejo.org/actions/checkout@v4 + with: + lfs: true - name: "Build it locally" run: nix build --verbose