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
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!
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
PR #180 added test runs against Windows, but these are terribly slow due to
choco install
for installingxmllint
taking a while.I imagine we could use
actions/cache
to cache thexmllint
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!The text was updated successfully, but these errors were encountered: