mirror of
https://github.com/restic/restic.git
synced 2025-07-12 21:38:32 +00:00
Call brew update
before installing
This commit is contained in:
parent
f49cb62812
commit
2976df2dc6
@ -30,6 +30,7 @@ func (env *TravisEnvironment) Prepare() {
|
|||||||
|
|
||||||
if runtime.GOOS == "darwin" {
|
if runtime.GOOS == "darwin" {
|
||||||
// install the libraries necessary for fuse
|
// install the libraries necessary for fuse
|
||||||
|
run("brew", "update")
|
||||||
run("brew", "install", "caskroom/cask/brew-cask")
|
run("brew", "install", "caskroom/cask/brew-cask")
|
||||||
run("brew", "cask", "install", "osxfuse")
|
run("brew", "cask", "install", "osxfuse")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user