mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
enable debugging
This commit is contained in:
parent
091a49d7ef
commit
cbe6b4acc0
1 changed files with 5 additions and 3 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -19,12 +19,14 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: install nix
|
||||
uses: samueldr/lix-gha-installer-action@v2025-02-26.prerelease
|
||||
|
||||
- name: Maximize build space
|
||||
if: runner.os == 'Linux'
|
||||
uses: ./.github/actions/disk_space
|
||||
|
||||
- name: install nix
|
||||
uses: samueldr/lix-gha-installer-action@v2025-02-26.prerelease
|
||||
with:
|
||||
debug: true
|
||||
|
||||
- uses: cachix/cachix-action@v16
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue