From e10f7869d07043778cc5cca37b7fdd3c6860319c Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Thu, 2 Jan 2025 01:22:09 +0100 Subject: [PATCH] ci: test hyprgrass-pulse --- .github/workflows/checks.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 38c80c9..631badd 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -18,3 +18,8 @@ jobs: nix build .#hyprgrassWithTests \ --option extra-substituters https://hyprland.cachix.org \ --option extra-trusted-public-keys hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc= + - name: build hyprgrass-pulse + run: | + nix build .#hyprgrass-pulse \ + --option extra-substituters https://hyprland.cachix.org \ + --option extra-trusted-public-keys hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=