Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI Caching support #362

Open
Twon opened this issue Mar 22, 2025 · 1 comment
Open

Fix CI Caching support #362

Twon opened this issue Mar 22, 2025 · 1 comment

Comments

@Twon
Copy link
Owner

Twon commented Mar 22, 2025

The Github Cache action is used to cache Conan dependencies during the build to avoid rebuilding them for each configuration.
Unfortunately this is unreliable at best, I believe as it's running into this issue: actions/cache#1561

The suggested solution is to migrate to: https://github.com/dawidd6/action-download-artifact

The feasibility of this should be investigated and the migration should be undertaken if workable.

@Twon
Copy link
Owner Author

Twon commented Mar 23, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant