forked from TrueCloudLab/restic
Fix CI tests on darwin
This commit is contained in:
parent
75dd9e0fee
commit
4a576af855
2 changed files with 0 additions and 2 deletions
|
@ -97,7 +97,6 @@ func (env *TravisEnvironment) Prepare() {
|
|||
if runtime.GOOS == "darwin" {
|
||||
// install the libraries necessary for fuse
|
||||
run("brew", "update")
|
||||
run("brew", "install", "caskroom/cask/brew-cask")
|
||||
run("brew", "cask", "install", "osxfuse")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue