Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
declantsien committed May 20, 2024
1 parent 9cebeee commit a81a278
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 21 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,26 @@ jobs:
guix-cache-
- name: Install Guix
uses: PromyLOPh/guix-install-action@v1
with:
channels: |-
(list (channel
(name 'guix)
(url "https://github.com/declantsien/guix")
(branch "master")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
(channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix")
(branch "master")
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
(openpgp-fingerprint
"2A39 3FFF 68F4 EF7A 3D29 12AF 6F51 20A0 22FB B2D5")))))
- name: Checkout
uses: actions/checkout@v2
- name: Lint package
Expand All @@ -40,5 +60,5 @@ jobs:
- name: Build package
run: |
GUIX_PROFILE="/home/runner/.config/guix/current"
. "$GUIX_PROFILE/etc/profile"
. "$GUIX_PROFILE/etc/profile"
guix build -L . ${{ matrix.package }}
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
(name 'guix)
(url "https://github.com/declantsien/guix")
(branch "master")
(commit
"da9f509b0300f1b6b979c68a52d8669f9bcb89a7")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
Expand Down

0 comments on commit a81a278

Please sign in to comment.