Skip to content

chore: update toolchain nightly-2026-03-25 #702

chore: update toolchain nightly-2026-03-25

chore: update toolchain nightly-2026-03-25 #702

Workflow file for this run

name: Build
on:
pull_request:
branches: ["main"]
push:
branches: ["main", "nightly-testing"]
workflow_dispatch:
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v6
- name: build
uses: leanprover/lean-action@v1
with:
build: true
build-args: "--wfail UnicodeBasic UnicodeData lookup makeCLib makeTables"
test: true
use-mathlib-cache: false