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 running into a difficult situation where my action runs on windows using msys2/setup-msys2@v2, but tmate runs it's own mingw enviroment.
I'm using msys2/setup-msys2@v2 pip to install pywin32, but it's failing during the build. In tmate, when I run pip install pywin32, it finds it and installs correctly.
Is there any way to run tmate using msys2/setup-msys2@v2 environment instead?
The text was updated successfully, but these errors were encountered:
You could of course introduce support for a new input, say, msys2-root-directory, which would then be handled at the beginning of the run() function, for example like this:
I running into a difficult situation where my action runs on windows using
msys2/setup-msys2@v2
, but tmate runs it's own mingw enviroment.I'm using
msys2/setup-msys2@v2
pip to install pywin32, but it's failing during the build. In tmate, when I runpip install pywin32
, it finds it and installs correctly.Is there any way to run tmate using
msys2/setup-msys2@v2
environment instead?The text was updated successfully, but these errors were encountered: