Skip to content

Merge pull request #77 from wobcom/task-templates #206

Merge pull request #77 from wobcom/task-templates

Merge pull request #77 from wobcom/task-templates #206

Workflow file for this run

name: Nix actions
on:
pull_request:
push:
branches:
- master
- main
jobs:
nix-build:
strategy:
matrix:
packages:
- vicky
- vicky-dashboard
- fairy
- vickyctl
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: canidae-solutions/lix-quick-install-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@4a93660c0d91a55c7449359dddd50cf0d7d789ae
# Note: this would only work if Cargo is included in the Nix shell
- name: Build Package
run: nix build .#${{ matrix.packages }}