We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1455412 commit 672d664Copy full SHA for 672d664
.github/workflows/ci.yml
@@ -25,8 +25,9 @@ jobs:
25
- name: install elan
26
run: |
27
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
+ curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s
+ # 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
31
echo "$HOME/.elan/bin" >> "$GITHUB_PATH"
32
33
- uses: actions/checkout@v5
0 commit comments