You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw something similar in my own experiments, and it sounds completely unrelated, but the issue can be fixed by setting core.autocrlf to false in the git config. On Windows the build.ps1 file is used to clone needed repos so you could likely just add -c core.autocrlf=false to the command line there:
I was looking at this commit and the associated Actions run.
I saw something similar in my own experiments, and it sounds completely unrelated, but the issue can be fixed by setting
core.autocrlf
tofalse
in the git config. On Windows the build.ps1 file is used to clone needed repos so you could likely just add-c core.autocrlf=false
to the command line there:pico-sdk-tools/build.ps1
Line 180 in 178ced3
(Or set it globally beforehand, it's a throwaway CI runner.)
The text was updated successfully, but these errors were encountered: