Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Commit fcc4d34

Browse files
committed
update elan
1 parent 3ee2c81 commit fcc4d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: install elan
1717
run: |
1818
set -o pipefail
19-
curl -sSfL https://github.com/leanprover/elan/releases/download/v1.3.1/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
19+
curl -sSfL https://github.com/leanprover/elan/releases/download/v1.4.2/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
2020
./elan-init -y --default-toolchain none
2121
echo "$HOME/.elan/bin" >> $GITHUB_PATH
2222

0 commit comments

Comments
 (0)