On 05.05.2024 15:29, Maxim Kokryashkin wrote: > Hi! > On Thu, Apr 18, 2024 at 11:24:42AM UTC, Sergey Kaplun wrote: >> Hi, Sergey >> >> On 16.04.24, Sergey Bronnikov wrote: >>> Hi, Sergey >>> >>> On 12.04.2024 13:27, Sergey Kaplun wrote: >> >> >>>>> diff --git a/.github/actions/setup-linux/action.yml b/.github/actions/setup-linux/action.yml >>>>> index f0171b83..19bdcfa2 100644 >>>>> --- a/.github/actions/setup-linux/action.yml >>>>> +++ b/.github/actions/setup-linux/action.yml >>>>> @@ -17,3 +17,15 @@ runs: >>>>> apt -y update >>>>> apt -y install cmake gcc make ninja-build perl >>>>> shell: bash >>>>> + - name: Detect a presence of AVX512 >>>> I suppose it shouldn't be a part of setup-linux action, >>> It was requested by Max. >> And what is the rationale for it? >> Why don't use this detection during steps in our workflow? >> >> Hence, we avoid this unnecesary step for other jobs. > I've suggested to move that to a separate action, not to the > setup-linux. Do you have objections to move this steps to workflow? > >