Skip to content

core: fix FreeBSD support for peer process identification (#25) #138

core: fix FreeBSD support for peer process identification (#25)

core: fix FreeBSD support for peer process identification (#25) #138

Workflow file for this run

name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
nix:
strategy:
matrix:
package:
- hyprwire
- hyprwire-with-tests
if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork)
uses: hyprwm/actions/.github/workflows/nix.yml@main
secrets: inherit
with:
command: nix build .#${{ matrix.package }} --print-build-logs