diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 7051c23..d5b5bbf 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -15,9 +15,9 @@ jobs: runs-on: nix steps: - name: Checkout - uses: actions/checkout@v3 - with: - lfs: true + uses: actions/checkout + - name: Checkout LFS + run: git lfs pull - name: Build run: nix build -L .#li7y .#li7y-oci - name: Push OCI image