Skip to content

drm: fix resource leaks (#323) #763

drm: fix resource leaks (#323)

drm: fix resource leaks (#323) #763

Workflow file for this run

name: Build & Test
on: [push, pull_request, workflow_dispatch]
jobs:
nix:
strategy:
matrix:
package:
- aquamarine
# - aquamarine-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