This commit is contained in:
parent
c536168125
commit
393c6ef966
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
run: git clone https://git.kb-one.de/kb01/aux-config .
|
run: git clone https://git.kb-one.de/kb01/aux-config .
|
||||||
|
|
||||||
- name: "Nix Build"
|
- name: "Nix Build"
|
||||||
run: nix build --flake .#HyperC --no-link --no-update-lock-file --verbose
|
run: nixos-rebuild build --flake .#HyperC --no-link --no-update-lock-file --verbose
|
||||||
build-LoyAdjo:
|
build-LoyAdjo:
|
||||||
runs-on: nixos
|
runs-on: nixos
|
||||||
name: "Builds HyperC"
|
name: "Builds HyperC"
|
||||||
|
@ -18,7 +18,7 @@ jobs:
|
||||||
run: git clone https://git.kb-one.de/kb01/aux-config .
|
run: git clone https://git.kb-one.de/kb01/aux-config .
|
||||||
|
|
||||||
- name: "Nix Build"
|
- name: "Nix Build"
|
||||||
run: nix build --flake .#LoyAdjo --no-link --no-update-lock-file --verbose
|
run: nixos-rebuild build --flake .#LoyAdjo --no-link --no-update-lock-file --verbose
|
||||||
build-kb-games-01:
|
build-kb-games-01:
|
||||||
runs-on: nixos
|
runs-on: nixos
|
||||||
name: "Builds HyperC"
|
name: "Builds HyperC"
|
||||||
|
@ -27,4 +27,4 @@ jobs:
|
||||||
run: git clone https://git.kb-one.de/kb01/aux-config .
|
run: git clone https://git.kb-one.de/kb01/aux-config .
|
||||||
|
|
||||||
- name: "Nix Build"
|
- name: "Nix Build"
|
||||||
run: nix build --flake .#kb-games-01 --no-link --no-update-lock-file --verbose
|
run: nixos-rebuild build --flake .#kb-games-01 --no-link --no-update-lock-file --verbose
|
||||||
|
|
Loading…
Add table
Reference in a new issue