Addons: Windows nightly is broken

Created on 18 Jan 2020  路  4Comments  路  Source: tensorflow/addons

Seems to be an upstream issue that GitHub deployed to the VMs yesterday.

https://github.com/numworks/setup-msys2/issues/26
https://github.com/actions/virtual-environments/issues/282

test-cases windows

Most helpful comment

FTR, MSYS2 is only required if you need to use pacman to install additional packages, which is not available in the bash (MINGW) included in windows-latest. If all you need is a shell, MSYS2 is not required, as @gabrieldemarmiesse said.

All 4 comments

One solution could be to avoid using msys2 and use bash instead. It's possible to select it as the shell in github actions instead of cmd.

For tracking, #910.

FTR, MSYS2 is only required if you need to use pacman to install additional packages, which is not available in the bash (MINGW) included in windows-latest. If all you need is a shell, MSYS2 is not required, as @gabrieldemarmiesse said.

FTR, MSYS2 is only required if you need to use pacman to install additional packages, which is not available in the bash (MINGW) included in windows-latest. If all you need is a shell, MSYS2 is not required, as @gabrieldemarmiesse said.

Thanks for clarification!

Was this page helpful?
0 / 5 - 0 ratings