wip: support to character ranges, builtin_box_drawing and unicode rendering improvements #994
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Nix Build | |
on: | |
workflow_dispatch: | |
pull_request: | |
paths: | |
- '**/*.rs' | |
- '**/Cargo.toml' | |
- '**/Cargo.lock' | |
- '.github/workflows/nix-build.yml' | |
push: | |
branches: | |
- main | |
paths: | |
- '**/*.rs' | |
- '**/Cargo.toml' | |
- '**/Cargo.lock' | |
- '.github/workflows/nix-build.yml' | |
jobs: | |
lints: | |
name: Build | |
runs-on: ubuntu-24.04-arm | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DeterminateSystems/nix-installer-action@main | |
- uses: DeterminateSystems/magic-nix-cache-action@main | |
- uses: DeterminateSystems/flake-checker-action@main | |
- run: nix build --max-jobs auto --build-max-jobs auto --print-build-logs |