You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leverage the option to provide external third-party libraries:
Add special CMake file that will only be used on CI and that will try to find pre-built static libraries in a given folder. If libraries exist, create corresponding targets.
Add a small CMake file that will output compiler ID to file
Use Compiler ID + configuration + platform + bit (32 vs 64) + third-party hash as key
After build succeeds, copy relevant files to the cache folder
Cache action link
6976c60
Caching dependencies to speed up workflows
The text was updated successfully, but these errors were encountered: