Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): disable cache on all runners
cache is corrupt on both macOS and Ubuntu. Disable it so CI works again follow-on from 6768519 issue: ``` * What went wrong: Execution failed for task ':AnkiDroid:testPlayDebugUnitTest'. > A build operation failed. Immutable workspace contents have been modified: /home/runner/.gradle/caches/transforms-4/f46cf63d0a549c8bc814e25133f449eb. These workspace directories are not supposed to be modified once they are created. Deleting the directory in question can allow the content to be recreated. > Immutable workspace contents have been modified: /home/runner/.gradle/caches/transforms-4/f46cf63d0a549c8bc814e25133f449eb. These workspace directories are not supposed to be modified once they are created. Deleting the directory in question can allow the content to be recreated. ```
- Loading branch information