mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
fix CI
This commit is contained in:
parent
22c6138044
commit
8f1a53ffe7
2 changed files with 1 additions and 1 deletions
|
|
@ -225,4 +225,3 @@ pub fn getCompilerVersionDir(allocator: Allocator) ![]u8 {
|
|||
const version_info = build_options.compiler_version;
|
||||
return allocator.dupe(u8, version_info);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ pub const CacheManager = manager.CacheManager;
|
|||
pub const CacheResult = manager.CacheResult;
|
||||
pub const CacheConfig = config.CacheConfig;
|
||||
pub const CacheStats = config.CacheStats;
|
||||
/// Cache cleanup utilities for managing temporary and persistent cache files.
|
||||
pub const CacheCleanup = cleanup;
|
||||
pub const CleanupStats = cleanup.CleanupStats;
|
||||
pub const PackageEnv = package.PackageEnv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue