Skip to content

Commit

Permalink
fix: Install Lean toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
lenianiva committed Oct 18, 2024
1 parent 92edb0d commit 0fef9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0fef9e2

Please sign in to comment.