Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
TxGVNN committed Feb 3, 2024
1 parent d2ef089 commit 5c8d182
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build pack
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ main ]
branches: [ debug ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down Expand Up @@ -39,10 +39,12 @@ jobs:
(channel
(name 'guxti)
(url "https://github.com/TxGVNN/guxti")))
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Get and build packages
shell: bash
run: |
mkdir packages
mkdir packages -p
wget -O - https://txgvnn.github.io/guxti/signing-key.pub | sudo guix archive --authorize
guix pack -L ./ -f tarball -C xz --root=packages/guix.tar.xz -m guix-install.d/pack.scm --substitute-urls="https://ci.guix.gnu.org https://bordeaux.guix.gnu.org https://txgvnn.github.io/guxti"
Expand Down

0 comments on commit 5c8d182

Please sign in to comment.