From 4a8ab0eb33d61c85902ef06fd8571e5303ef4f68 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 20 Jul 2024 13:17:43 +0200 Subject: [PATCH] fixup! Add CI workflow --- .forgejo/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 5a48b60..2ef5792 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -17,7 +17,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Checkout LFS - run: git -c "http.${GITHUB_SERVER_URL}/storage/lfs/.extraHeader=" lfs pull + run: | + cat .git/config + git -c "http.${GITHUB_SERVER_URL}/storage/lfs/.extraHeader=" lfs pull - name: Build run: nix build -L .#li7y .#li7y-oci - name: Push OCI image