enable cache

This commit is contained in:
xopenwrt 2022-09-13 21:20:23 +08:00 committed by GitHub
parent c3081bcd79
commit 131730de51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,8 @@ env:
DELETE_USELESS_FILES: true
# 删除早期的 workflow 任务
DELETE_OLD_WORKFLOW: true
# Cache 加速编译
CACHE_ACCELERATE: true
### 结束
jobs:

View File

@ -54,6 +54,8 @@ env:
DELETE_USELESS_FILES: true
# 删除早期的 workflow 任务
DELETE_OLD_WORKFLOW: true
# Cache 加速编译
CACHE_ACCELERATE: true
### 结束
jobs:

View File

@ -54,6 +54,8 @@ env:
DELETE_USELESS_FILES: true
# 删除早期的 workflow 任务
DELETE_OLD_WORKFLOW: true
# Cache 加速编译
CACHE_ACCELERATE: true
### 结束
jobs: