Skip to content

chore: update toolchain v4.29.0-rc7 (#128) #692

chore: update toolchain v4.29.0-rc7 (#128)

chore: update toolchain v4.29.0-rc7 (#128) #692

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