Boost.Math Github Actions error with C1083: Cannot open precompiled header file #229
Closed
3 tasks done
Labels
bug
Something isn't working
Make sure you completed the following tasks
Environment and version details
Brief problem description
Receiving error in Github Actions when running the Boost.Math tests. The error is fatal error C1083: Cannot open precompiled header file
Steps to reproduce the issue
Open a PR for any change against Boost.Math. The generation of the PCH can be found in the test jamfile here.
Actual behavior summary
All MSVC runs on Github Actions now fail with error C1083. I do not have a local windows development setup to test with.
Expected behavior summary
The tests would run successfully.
Other Notes
Recently this PR was merged which changed the behavior of PCH.
The text was updated successfully, but these errors were encountered: