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)