Merge pull request #63 from DeBrosOfficial/nightly

feat: add Go build cache directory to setupDirectories function
This commit is contained in:
anonpenguin 2025-10-31 14:26:23 +02:00 committed by GitHub
commit 685295551c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -680,7 +680,8 @@ func setupDirectories() {
"/home/debros/bin",
"/home/debros/src",
"/home/debros/.debros",
"/home/debros/go", // Go module cache directory
"/home/debros/go", // Go module cache directory
"/home/debros/.cache", // Go build cache directory
}
for _, dir := range dirs {