mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix os
compilation on windows
This commit is contained in:
parent
e5a84719ca
commit
4e2b908f21
@ -383,7 +383,7 @@ pub fn is_writable_folder(folder string) ?bool {
|
||||
return error('cannot write to folder $folder: $err')
|
||||
}
|
||||
f.close()
|
||||
rm(tmp_perm_check)
|
||||
rm(tmp_perm_check) ?
|
||||
return true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user