Skip to content

Merge pull request #19 from compoundingtech/feat/pty-spawn-crate #14

Merge pull request #19 from compoundingtech/feat/pty-spawn-crate

Merge pull request #19 from compoundingtech/feat/pty-spawn-crate #14

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