We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31c472 commit b640214Copy full SHA for b640214
.github/workflows/check_proofs.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
curl -O --location https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh
24
chmod u+x elan-init.sh
25
- ./elan-init.sh -y --default-toolchain leanprover/lean4:v4.11.0-rc2
+ ./elan-init.sh -y --default-toolchain leanprover/lean4:v4.14.0
26
echo "Adding location $HOME/.elan/bin to PATH..."
27
echo "$HOME/.elan/bin" >> $GITHUB_PATH
28
0 commit comments