Closed Seasawher closed 6 months ago
I do not know the cause of why this CI fails. It may not be because of this Action.
:thinking: I'll investigate...
So, there was stupid error introduced by me in some of the shell code. Oops. Updated version v1-alpha.3 solves this issue and also has some other improvements.
PR to update the use of the action in the repo where the error was discovered: https://github.com/Seasawher/SelectionSort.lean/pull/1
Thanks for making nice GitHub Action!
I tested this action for my project https://github.com/Seasawher/SelectionSort.lean, but I got an error in CI.
Action's log is here: https://github.com/Seasawher/SelectionSort.lean/actions/runs/9067085599/job/24911408890
Lean version in the
lean-toolchain
file isv4.8.0-rc1
, but installed Lean version isv4.7.0
as shown above. why different toolchain installed?