Skip to content

GH Actions: add caching for xmllint install on Windows #182

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

Open
jrfnl opened this issue May 17, 2025 · 0 comments
Open

GH Actions: add caching for xmllint install on Windows #182

jrfnl opened this issue May 17, 2025 · 0 comments

Comments

@jrfnl
Copy link
Member

jrfnl commented May 17, 2025

PR #180 added test runs against Windows, but these are terribly slow due to choco install for installing xmllint taking a while.

I imagine we could use actions/cache to cache the xmllint installation and retrieve from cache in most cases. To determine whether a new install is needed a version check is probably needed.

Note: this is for the develop (2.x) branch!

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

No branches or pull requests

1 participant