Skip to content

Workflow file for this run

name: Build
runs_on:
workflow_call
jobs:
build:
strategy:
matrix:
command:
- faf-client
- faf-client-unstable
- proton-ge
- wine-ge
- wine-osu
- wine-tkg
uses: ./.github/workflows/nix.yml
with:
command: nix build -L .#${{ matrix.command }}