Skip to content

ci: Linux workflows with a gate on unrecorded divergence #4

ci: Linux workflows with a gate on unrecorded divergence

ci: Linux workflows with a gate on unrecorded divergence #4

Workflow file for this run

name: Nix
on:
pull_request:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
# Longer than the Node repository's 15: this build compiles Ghostty's
# terminal core with Zig on a cold cache.
timeout-minutes: 40
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/determinate-nix-action@v3
- run: nix build --print-build-logs
- run: ./result/bin/pty --version