Skip to content

Leos work on context free grammars #25

Leos work on context free grammars

Leos work on context free grammars #25

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
build-with-elan:
runs-on: ubuntu-latest
steps:
- name: install elan
run: |
set -o pipefail
curl -sSfL https://github.com/leanprover/elan/releases/download/v3.0.0/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
./elan-init -y --default-toolchain none
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- uses: actions/checkout@v4
- name: build project
run: lake build
build-with-nix:
runs-on: ubuntu-latest
if: ${{ false }} # nix is currently broken, see #18
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: cachix/cachix-action@v12
with:
name: lean4
skipPush: true
- run: nix build