Rename ccache_utils to cache_utils

This commit is contained in:
Mikhail f. Shiryaev 2023-12-20 16:37:37 +01:00
parent b386674ede
commit e7c22fef7b
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import sys
import time
from ci_config import CI_CONFIG, BuildConfig
from ccache_utils import CargoCache
from cache_utils import CargoCache
from env_helper import (
GITHUB_JOB_API_URL,