Skip to content

Commit

Permalink
chore(.github/workflows/build.yml): update elan script URL (#7234)
Browse files Browse the repository at this point in the history
`elan` moved to the `leanprover` organization: http://github.com/leanprover/elan
  • Loading branch information
bryangingechen committed Apr 17, 2021
1 parent 20db2fb commit ce667c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: install elan
run: |
set -o pipefail
curl https://raw.githubusercontent.com/Kha/elan/master/elan-init.sh -sSf | sh -s -- --default-toolchain none -y
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- --default-toolchain none -y
~/.elan/bin/lean --version
echo "$HOME/.elan/bin" >> $GITHUB_PATH
echo "short_lean_version=$(~/.elan/bin/lean --run scripts/lean_version.lean)" >> $GITHUB_ENV
Expand Down

0 comments on commit ce667c4

Please sign in to comment.