mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-23 10:55:58 +01:00
CI: use nix flake check instead of matrix of packages
This commit is contained in:
parent
7b5b82f666
commit
24e3378058
1 changed files with 1 additions and 10 deletions
11
.github/workflows/nix-build.yml
vendored
11
.github/workflows/nix-build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue