mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2024-11-08 12:35:59 +01:00
21 lines
452 B
YAML
21 lines
452 B
YAML
on:
|
|
workflow_call:
|
|
|
|
jobs:
|
|
build:
|
|
strategy:
|
|
matrix:
|
|
package:
|
|
- borders-plus-plus
|
|
- csgo-vulkan-fix
|
|
- hyprbars
|
|
- hyprtrails
|
|
- hyprwinwrap
|
|
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: DeterminateSystems/nix-installer-action@main
|
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
|
|
|
- run: nix build .#${{ matrix.package }} -L
|