Vladimir Kuptsov
Vladimir Kuptsov
Thank you, @davidzhao ! I've tested the idea and it looks like it's the way to go
Can confirm the issue: have a similar one in one of my projects
@sabbott1877 I've found the reason of the issue. The problem is that despite the fact that the same keys are used, cache versions for the container and ubuntu-latest Github runners...
It looks like `enableCrossOsArchive: 'true'` just tries to solve cross platform issue. And it doesn't solve even the issue when an absolute path not in a workdir is used. If...
@johanhenriksson did you find a workaround for this issue? The only thing I've found it to define a kind of `type alias` to use in `oneOf` schema, e.g. ``` StringForDiscriminator:...