My project
main.yml file.
Creating a shared library
I just followed the above document to create qt shared library.
I compiled this project with mac in github actions.  the compilation done in mac and linux with github action.
If I comes to windows it occured an errors.
collect2.exe: error: ld returned 1 exit status
My github action
Error on windows
How can I solve this error ?