Skip to content

Commit

Permalink
Now pull
Browse files Browse the repository at this point in the history
Enable guix pull since the package relies on very recent definitions
  • Loading branch information
necto committed Jan 12, 2025
1 parent bc6708a commit b1e0f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Guix
uses: PromyLOPh/guix-install-action@v1
with:
pullAfterInstall: false
pullAfterInstall: true
- name: Ensure no locale warning
run: test -z "$(guix --version 2>&1 >/dev/null)"
- name: Checkout repository
Expand Down

0 comments on commit b1e0f22

Please sign in to comment.