Skip to content

fix: prevent main model thinking variant from applying to small model #11

fix: prevent main model thinking variant from applying to small model

fix: prevent main model thinking variant from applying to small model #11

Workflow file for this run

name: nix desktop
on:
pull_request:
branches: [dev]
workflow_dispatch:
jobs:
build-desktop:
strategy:
fail-fast: false
matrix:
os:
- blacksmith-4vcpu-ubuntu-2404
- macos-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup Nix
uses: DeterminateSystems/nix-installer-action@v21
- name: Build desktop via flake
run: |
set -euo pipefail
nix --version
nix build .#desktop -L