Files
logos-chat-module/.github/workflows/ci.yml
osmaczko 1fa843b5e3 chore: bump logos-chat for self-contained archive (#16)
* chore: bump logos-chat for self-contained archive

logos-chat now links its dependencies statically

* feat: add CI
2026-03-02 13:48:35 +01:00

30 lines
568 B
YAML

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: cachix/install-nix-action@v31.9.1
with:
extra_nix_config: |
experimental-features = nix-command flakes
nix-path = nixpkgs=channel:nixos-unstable
- name: nix build
run: nix build --print-build-logs