mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Added missing osx grep install.
This commit is contained in:
parent
816db4e797
commit
ec200db325
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ before_install:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
brew install qt5;
|
brew install qt5 grep;
|
||||||
brew link --force qt5;
|
brew link --force qt5;
|
||||||
wget https://github.com/leozide/leocad/releases/download/v18.02/Library-Linux-11331.zip -O library.zip;
|
wget https://github.com/leozide/leocad/releases/download/v18.02/Library-Linux-11331.zip -O library.zip;
|
||||||
unzip library.zip;
|
unzip library.zip;
|
||||||
|
|
Loading…
Reference in a new issue