Skip to content

Commit

Permalink
Merge pull request #5 from sigprof/fix-guix-channels
Browse files Browse the repository at this point in the history
ci: Set `channels: %default-channels`
  • Loading branch information
sigprof authored Jan 6, 2024
2 parents aa2bd4f + 97a7d0d commit 42d63e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:
if: ${{ !steps.check_cache.outputs.cache-hit }}
uses: sigprof/guix-install-action@b677b02f4c9cced3fb63cfc7d00f8565f6b075ae
with:
channels: '%default-channels'
useExistingGuix: ${{ steps.restore_cache.outputs.cache-matched-key != '' }}
pullAfterInstall: >-
${{
Expand Down Expand Up @@ -305,6 +306,7 @@ jobs:
- name: Install Guix
uses: sigprof/guix-install-action@b677b02f4c9cced3fb63cfc7d00f8565f6b075ae
with:
channels: '%default-channels'
useExistingGuix: true
pullAfterInstall: false

Expand Down

0 comments on commit 42d63e9

Please sign in to comment.