egor-tensin / setup-mingw

GitHub action to set up MinGW-w64
MIT License
74 stars 25 forks source link

mingw32-make: *** [Makefile:46: release] Error 2 #49 #4

Closed pradeepm1610 closed 2 years ago

pradeepm1610 commented 2 years ago

I want to compile my code with Compile: qmake && make.

https://github.com/PradeepSimba/test/blob/main/.github/workflows/main.yml

But , If I run it comes an error .

https://github.com/PradeepSimba/test/runs/6648652846?check_suite_focus=true#step:8:83

How can I solve this error ?