martinzink commented on PR #1361: URL: https://github.com/apache/nifi-minifi-cpp/pull/1361#issuecomment-1184193042
Good news, it seems like we dont need this anymore. ~2 weeks ago github added rest api points to delete caches https://github.com/actions/cache/issues/2#issuecomment-1167303737 List - https://docs.github.com/en/rest/actions/cache#list-github-actions-caches-for-a-repository Delete by ID - https://docs.github.com/en/rest/actions/cache#delete-a-github-actions-cache-for-a-repository-using-a-cache-id Delete by Key - https://docs.github.com/en/rest/actions/cache#delete-github-actions-caches-for-a-repository-using-a-cache-key I went ahead and deleted all the windows caches, and that seemingly solved the problems. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
