Describe the bug
The latest compilation fails on Github Actions images with the following error:
fatal error C1083: Cannot open include file: 'atlbase.h': No such file or directory .
To Reproduce
Steps to reproduce the behavior:
- Create a branch from tag 0.9.0 (for example named
Branch_0.9.0-test_ATL_missing).
- Add a dummy empty file (for example
test-if-ATL-is-missing.txt).
- Push changes to github
- See error in build log
Reference build logs:
Expected behavior
A successful compilation...
Screenshots
N/A
Environment
Github Action runners using windows-latest
Additional context
N/A