mirror of
https://github.com/octoleo/restic.git
synced 2025-02-06 22:08:29 +00:00
fix brew cask
on darwin
This commit is contained in:
parent
f0c8b11793
commit
2df7ed6c9b
@ -30,7 +30,7 @@ func (env *TravisEnvironment) Prepare() {
|
||||
if runtime.GOOS == "darwin" {
|
||||
// install the libraries necessary for fuse
|
||||
run("brew", "install", "caskroom/cask/brew-cask")
|
||||
run("brewcask", "install", "osxfuse")
|
||||
run("brew", "cask", "install", "osxfuse")
|
||||
}
|
||||
|
||||
// only test cross compilation on linux with Travis
|
||||
|
Loading…
x
Reference in New Issue
Block a user