CI: use nix flake check instead of matrix of packages

This commit is contained in:
Mihai Fufezan 2024-01-28 23:52:16 +02:00
parent 7b5b82f666
commit 24e3378058
No known key found for this signature in database
1 changed files with 1 additions and 10 deletions

View File

@ -3,15 +3,6 @@ on:
jobs:
build:
strategy:
matrix:
package:
- borders-plus-plus
- csgo-vulkan-fix
- hyprbars
- hyprtrails
- hyprwinwrap
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
@ -21,4 +12,4 @@ jobs:
- name: Update inputs
run: nix flake update
- run: nix build .#${{ matrix.package }} -L
- run: nix flake check -L --keep-going