Remove toolchain directories from the cache

This commit is contained in:
Sergey Dolin 2023-10-25 08:53:26 +02:00
commit 75d73b8577
13 changed files with 897 additions and 305 deletions

View file

@ -1,6 +1,7 @@
export enum State {
CachePrimaryKey = 'CACHE_KEY',
CacheMatchedKey = 'CACHE_RESULT'
CacheMatchedKey = 'CACHE_RESULT',
ToolchainVersion = 'TOOLCACHE_VERSION'
}
export enum Outputs {