Skip to content

Commit 00c5703

Browse files
committed
chore: update toolchain in CI
1 parent 88a3783 commit 00c5703

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
set -o pipefail
2525
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
2727
echo "$HOME/.elan/bin" >> $GITHUB_PATH
2828
- name: Install Rust and Cargo
2929
run: |
@@ -39,7 +39,7 @@ jobs:
3939
# Taken from https://github.com/leanprover-community/mathlib4_docs
4040
4141
# Workaround for the lake issue
42-
elan default leanprover/lean4:nightly
42+
elan default leanprover/lean4:v4.6.0-rc1
4343
lake new workaround
4444
cd workaround
4545
cp -f ../mathlib4/lean-toolchain .

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
set -o pipefail
2929
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
3131
echo "$HOME/.elan/bin" >> $GITHUB_PATH
3232
- name: Install Rust and Cargo
3333
run: |

0 commit comments

Comments
 (0)