In my project using this github-action I found some warnings on the post-checkout step (which is not provided by my script, is it done by workflow itself? this action?): https://github.com/Klaim/megastructures-prototypes/actions/runs/4257533044/jobs/7407767569#step:36:10
This shows that at this point the git being used is the git from build2's install, but my understanding is that it should not be?
On linux the issue doesnt appear: https://github.com/Klaim/megastructures-prototypes/actions/runs/4256681141/jobs/7405861020#step:36:2
Does the action changes the environment on windows too much?
In my project using this github-action I found some warnings on the post-checkout step (which is not provided by my script, is it done by workflow itself? this action?): https://github.com/Klaim/megastructures-prototypes/actions/runs/4257533044/jobs/7407767569#step:36:10
This shows that at this point the git being used is the git from build2's install, but my understanding is that it should not be?
On linux the issue doesnt appear: https://github.com/Klaim/megastructures-prototypes/actions/runs/4256681141/jobs/7405861020#step:36:2
Does the action changes the environment on windows too much?