'Compiling on windows with github actions

When I building my app on github actions using windows-latest I have a problem with linking stderr

error LNK2019: unresolved external symbol stderr referenced in function

Do I have to set something fix this? I was trying to run

call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"

right before build



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source