mirror of
https://github.com/kopia/kopia.git
synced 2026-01-27 15:58:03 -05:00
https://github.com/kopia/kopia/runs/8243012442?check_suite_focus=true This is caused by weird permissions set on files by `go install` which makes it hard to remove the entire directory using `rm -rf`. The solution is to clean (local) module cache after `go install` which makes subsequent `rm -rf` work without a problem.