In Windows-2022, A app compiled by MinGW g++
fails.
#6755
Labels
bug report
investigate
Collect additional information, like space on disk, other tool incompatibilities etc.
OS: Windows
Description
Related: #5459 #6627
I ran the simple workflow below. the step that run
hello
fails in cmd.It seems
C:/Program Files/Git/mingw64/bin/lib*.dll
hidden byC:\Strawberry\c\bin\lib*.dll
.Adding
C:/Program Files/Git/mingw64/bin/
to beginning of$PATH
, it works fine.I create a action which add mingw to beginning of $PATH.
https://github.com/kzrnm/fix-mingw
But I hope any solution that works by default because this behavior is not obvious.
Platforms affected
Runner images affected
Image version and build link
Version: 20221204.3 or older
Is it regression?
no
Expected behavior
a executable file
hello
exit 0.Actual behavior
a executable file
hello
exit -1073741511.Repro steps
I wrote in the description section.
The text was updated successfully, but these errors were encountered: