mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 04:02:04 +08:00
Issue brew update before install.
This commit is contained in:
parent
19c5fa0545
commit
017e3af98d
@ -36,6 +36,7 @@ elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
|||||||
export PATH=${PATH}:${WXDIR}
|
export PATH=${PATH}:${WXDIR}
|
||||||
cd $TRAVIS_BUILD_DIR # go back to the build dir
|
cd $TRAVIS_BUILD_DIR # go back to the build dir
|
||||||
else
|
else
|
||||||
|
brew update
|
||||||
brew install wxmac # install via homebrew
|
brew install wxmac # install via homebrew
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user