feat: filter out specific pjsk-cursor packages from the build matrix
All checks were successful
CI / list-packages (push) Successful in 3s
CI / build (pjsk-cursors) (push) Successful in 3s
CI / build (waterfox-bin) (push) Successful in 4s
CI / build (xcursor-mizuki) (push) Successful in 3s

This commit is contained in:
암냥 2026-04-25 13:11:27 +09:00
commit 9e198170ff
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ jobs:
- id: set-matrix - id: set-matrix
run: | run: |
source /etc/bashrc source /etc/bashrc
PACKAGES=$(nix flake show --json | nix run nixpkgs#jq -- -c '.packages."x86_64-linux" | keys') PACKAGES=$(nix flake show --json | nix run nixpkgs#jq -- -c '.packages."x86_64-linux" | keys | map(select((startswith("pjsk-cursor-") or (startswith("pjsk-cursors") and . != "pjsk-cursors")) | not))')
echo "packages=$PACKAGES" >> $GITHUB_OUTPUT echo "packages=$PACKAGES" >> $GITHUB_OUTPUT
# check: # check: