From bc6708a39d10ba9eda673a74c4ffe3787f0e2fdf Mon Sep 17 00:00:00 2001 From: Arseniy Zaostrovnykh Date: Sun, 12 Jan 2025 05:43:21 +0100 Subject: [PATCH] =?UTF-8?q?Check=20out=20the=20repository=20before=20build?= =?UTF-8?q?ing=F0=9F=A4=A6=F0=9F=8F=BC=E2=80=8D=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 78c6439..5ebb84f 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -20,12 +20,12 @@ jobs: pullAfterInstall: false - name: Ensure no locale warning run: test -z "$(guix --version 2>&1 >/dev/null)" + - name: Checkout repository + uses: actions/checkout@v3 - name: Build kmail-alias-bot run: | pwd ls - cd .. - ls guix build -f guix-package.scm # Create a docker image - name: Pack (Docker)