Skip to content

Commit 672d664

Browse files
committed
wip
1 parent 1455412 commit 672d664

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
- name: install elan
2626
run: |
2727
set -o pipefail
28-
curl -sSfL https://github.com/leanprover/elan/releases/download/v4.1.2/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
29-
./elan-init -y --default-toolchain none
28+
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s
29+
# curl -sSfL https://github.com/leanprover/elan/releases/download/v4.1.2/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
30+
elan-init -y --default-toolchain none
3031
echo "$HOME/.elan/bin" >> "$GITHUB_PATH"
3132
3233
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)