Skip to content

Distlore, now actually #198

Distlore, now actually

Distlore, now actually #198

Workflow file for this run

name: tools, scaling, and auto-generated statements
on:
push:
branches:
- "main"
pull_request:
merge_group:
permissions:
contents: write
jobs:
build:
name: Core Library build.
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install elan 🕑
run: |
set -o pipefail
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- --default-toolchain none -y
~/.elan/bin/lean --version
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- name: Compile `DeBruijnSSA` library 🧐
run: |
lake -R exe cache get # download cache of mathlib docs.
lake -R build DeBruijnSSA # build DeBruijnSSA