Skip to content

disable annoying deprecation warnings & fix strange build error #217

disable annoying deprecation warnings & fix strange build error

disable annoying deprecation warnings & fix strange build error #217

Workflow file for this run

name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Lean
run: |
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s - -y --default-toolchain `cat lean-toolchain`
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- name: Build
run: lake build