Remove toolchain directories from the cache

This commit is contained in:
Sergey Dolin 2023-10-25 08:53:26 +02:00
parent bfd2fb341f
commit 75d73b8577
13 changed files with 893 additions and 301 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 {