mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Update main.yml
This commit is contained in:
parent
36d911f3d9
commit
05c9fecbef
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
packages: nh
|
packages: nh
|
||||||
script: |
|
script: |
|
||||||
nh os build ./dot_config/flake/ -- --cores 1 -j1
|
nh os build ./dot_config/flake#${{matrix.hostname}} -- --cores 1 -j1
|
||||||
|
|
||||||
- uses: workflow/nix-shell-action@v3
|
- uses: workflow/nix-shell-action@v3
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
|
|
@ -48,4 +48,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
packages: nh
|
packages: nh
|
||||||
script: |
|
script: |
|
||||||
nh darwin build ./dot_config/flake/ -- --cores 1 -j1
|
nh darwin build ./dot_config/flake#${{matrix.hostname}} -- --cores 1 -j1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue