Zulip Chat Archive
Stream: lean4
Topic: Github actions
Yury G. Kudryashov (May 04 2024 at 05:16):
What do you think about adding github actions for common tasks like "install elan", "fetch cache", "lake build" so that people can use them by adding something like
- name: 'Install elan'
uses: leanprover/setup-elan-action@v1.0
instead of copy+pasting from Std
/Mathlib
/...?
Johan Commelin (May 04 2024 at 05:25):
I like that!
Kim Morrison (May 04 2024 at 07:03):
This is in progress, thanks to @Austin Letson, see https://github.com/leanprover/lean4/issues/3950.
Last updated: May 02 2025 at 03:31 UTC