feat: filter out specific pjsk-cursor packages from the build matrix
This commit is contained in:
parent
1e3fd653f8
commit
9e198170ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue