mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-01-30 17:25:37 +02:00
There were two problems: - Writing the date on Windows used the wrong syntax. In Powershell, env variables are addressed as $env:NAME, not $NAME. - Use different caches for opt vs fastbuild. We are currently using opt caches for fastbuilds, which results in lots of cache misses.