Skip to content

Commit

Permalink
test: switch to macos elan download
Browse files Browse the repository at this point in the history
  • Loading branch information
austinletson committed Aug 14, 2024
1 parent d679f84 commit aeea62e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/install_elan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
echo "::group::Elan Installation Output"

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
# curl -sSfL https://github.com/leanprover/elan/releases/download/v3.1.1/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
curl -sSfL https://github.com/leanprover/elan/releases/download/v3.1.1/elan-aarch64-apple-darwin.tar.gz | tar xz
./elan-init -y --default-toolchain none
rm -f elan-init

echo "$HOME/.elan/bin" >> "$GITHUB_PATH"
"$HOME"/.elan/bin/lean --version
echo "$HOME/.elan/bin" >>"$GITHUB_PATH"
"$HOME"/.elan/bin/lean --version
"$HOME"/.elan/bin/lake --version

echo "::endgroup::"
Expand Down

0 comments on commit aeea62e

Please sign in to comment.