Commit 00c5703 1 parent 88a3783 commit 00c5703 Copy full SHA for 00c5703
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
run : |
24
24
set -o pipefail
25
25
curl -sSfL https://github.com/leanprover/elan/releases/download/v3.0.0/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
26
- ./elan-init -y --default-toolchain leanprover/lean4:v4.4 .0-rc1
26
+ ./elan-init -y --default-toolchain leanprover/lean4:v4.6 .0-rc1
27
27
echo "$HOME/.elan/bin" >> $GITHUB_PATH
28
28
- name : Install Rust and Cargo
29
29
run : |
39
39
# Taken from https://github.com/leanprover-community/mathlib4_docs
40
40
41
41
# Workaround for the lake issue
42
- elan default leanprover/lean4:nightly
42
+ elan default leanprover/lean4:v4.6.0-rc1
43
43
lake new workaround
44
44
cd workaround
45
45
cp -f ../mathlib4/lean-toolchain .
Original file line number Diff line number Diff line change 27
27
run : |
28
28
set -o pipefail
29
29
curl -sSfL https://github.com/leanprover/elan/releases/download/v3.0.0/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
30
- ./elan-init -y --default-toolchain leanprover/lean4:v4.4 .0-rc1
30
+ ./elan-init -y --default-toolchain leanprover/lean4:v4.6 .0-rc1
31
31
echo "$HOME/.elan/bin" >> $GITHUB_PATH
32
32
- name : Install Rust and Cargo
33
33
run : |
You can’t perform that action at this time.
0 commit comments