fix: Install Lean toolchain

This commit is contained in:
Leni Aniva 2024-10-18 15:37:35 -07:00
parent 92edb0d0cd
commit 0fef9e2923
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ jobs:
curl -sSfL https://github.com/leanprover/elan/releases/download/v3.1.1/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
./elan-init -y --default-toolchain none
echo "$HOME/.elan/bin" >> "${GITHUB_PATH}"
elan toolchain install $(<src/lean-toolchain)
- name: Print lean and lake versions
run: |