commit d206523e7d616a0a6f9395a9de82b395be6f00d9
parent ed46a0ea43424ed998c8d97b6b0d3e187f5b74aa
Author: Silas Brack <silasbrack@gmail.com>
Date: Sun, 12 Jan 2025 17:20:14 +0100
fix: build properly
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
@@ -11,5 +11,5 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@v2
- - run: nix-build
+ - run: nixos-rebuild build --fast --flake .#nixos-s-1vcpu-512mb-10gb-ams3-01
- run: nix-shell --run "echo OK"