From acdd5deede7768e7e2e809be13b69f6b7d341757 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 23 Jan 2022 18:08:47 +0200 Subject: [PATCH] Pin the Guix channel to an earlier commit to avoid build issues --- .github/workflows/build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56175f9..90d3fee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,19 @@ jobs: - name: Install Guix uses: PromyLOPh/guix-install-action@v1 + with: + channels: |- + (list (channel + (name 'guix) + (url "https://git.savannah.gnu.org/git/guix.git") + (branch "master") + (commit + "8860e9db560c5d9e74277b608071fbb93579db4f") + (introduction + (make-channel-introduction + "9edb3f66fd807b096b48283debdcddccfea34bad" + (openpgp-fingerprint + "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))) - name: Build Image run: |