Skip to content

Commit

Permalink
fix: Install elan in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lenianiva committed Oct 18, 2024
1 parent dd6efc8 commit 5379b0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
pip install poetry
poetry install --only doc
- name: install elan
run: |
set -o pipefail
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}"
# Build the book
- name: Build the book
run: |
Expand Down

0 comments on commit 5379b0a

Please sign in to comment.