Skip to content

Commit

Permalink
fix: add the Elan installer to the nightly testing script (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen authored Sep 18, 2024
1 parent fc4c15e commit 20b2327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install elan
run: |
set -o pipefail
${{ matrix.platform.installer }}
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y --default-toolchain none
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- name: Check out code
Expand Down

0 comments on commit 20b2327

Please sign in to comment.