Skip to content

Commit

Permalink
disable pull after install
Browse files Browse the repository at this point in the history
  • Loading branch information
declantsien committed May 14, 2024
1 parent 43fd5d4 commit 5dccae4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Install Guix
uses: PromyLOPh/guix-install-action@v1
with:
pullAfterInstall: false
channels: |-
(list (channel
(name 'guix)
Expand All @@ -51,5 +52,5 @@ jobs:
guix lint -L . ${{ matrix.package }} |& sed -nre 's#(.*):([0-9]+):([0-9]+): (.*)$#::warning file=\1,line=\2,col=\3::\4#gp'
- name: Build package
run: |
export GUILE_LOAD_PATH="$(pwd):$HOME/.config/guix/current/share/guile/site/3.0"
export GUILE_LOAD_PATH="$(pwd):$HOME/.config/guix/current/share/guile/site/3.0"
guix build -L . ${{ matrix.package }}

0 comments on commit 5dccae4

Please sign in to comment.