In the caching packages section of the README it says the following:
GitHub hosted Windows runners are currently faster during cache decompression when configuring the package directories on the D: drive as shown above. Make sure to use the enableCrossOsArchive cache config option as well.
I did some tests on this that can be found here: https://github.com/danyeaw/setup-miniconda-performance/blob/main/.github/workflows/caching-performance.yml
Unfortunately, caching from the D:\ is consistently about 10% slower:
C: Drive: 99.4s
D: Drive: 108s
I can open a PR if we agree to remove this.