much better
This commit is contained in:
parent
9407917da8
commit
b158f155aa
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -88,8 +88,10 @@ jobs:
|
||||||
run: nix flake check --accept-flake-config
|
run: nix flake check --accept-flake-config
|
||||||
|
|
||||||
|
|
||||||
- name: Pre-build the system configuration
|
- name: Build the Neovim Configuration
|
||||||
run: nix build --accept-flake-config .
|
run: nix build --accept-flake-config . -j3
|
||||||
|
timeout-minutes: 300
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Print out the size of /nix/store
|
- name: Print out the size of /nix/store
|
||||||
run: du -sh /nix/store
|
run: du -sh /nix/store
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue