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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: install nix
|
||||||
|
uses: samueldr/lix-gha-installer-action@v2025-02-26.prerelease
|
||||||
|
|
||||||
- name: Maximize build space
|
- name: Maximize build space
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
uses: ./.github/actions/disk_space
|
uses: ./.github/actions/disk_space
|
||||||
|
with:
|
||||||
- name: install nix
|
debug: true
|
||||||
uses: samueldr/lix-gha-installer-action@v2025-02-26.prerelease
|
|
||||||
|
|
||||||
- uses: cachix/cachix-action@v16
|
- uses: cachix/cachix-action@v16
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue