mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix ubuntu-tcc job
This commit is contained in:
@@ -4,6 +4,9 @@ import os
|
||||
import v.vcache
|
||||
|
||||
fn main() {
|
||||
_ := map{
|
||||
1: 1
|
||||
}
|
||||
mut cm := vcache.new_cache_manager([])
|
||||
cpath := cm.basepath
|
||||
if os.exists(cpath) && os.is_dir(cpath) {
|
||||
|
||||
Reference in New Issue
Block a user