Skip to content

Remove Iio and Iic #115

Remove Iio and Iic

Remove Iio and Iic #115

Workflow file for this run

on:
pull_request:
jobs:
build_project:
runs-on: ubuntu-latest
name: Build project
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: checkout project
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: install elan
run: curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y --default-toolchain leanprover/lean4:nightly-2023-08-15
- name: get cache
run: ~/.elan/bin/lake exe cache get
- name: build project
run: ~/.elan/bin/lake build ConNF