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
choco: switch to windows powershell in choco building step
in the makefile we use Get-FileHash cmdlet to generate sha256 hash
which is windows specific and only available in windows powershell
not in powershell core (pwsh) which github actions uses by default
for windows based runners
0 commit comments