Skip to content

Commit

Permalink
travis/osx/before_install.sh: try to fix brew issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Feb 3, 2020
1 parent fa9cbb7 commit 452d7f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gdal/ci/travis/osx/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ if brew ls --versions gdal >/dev/null
then
brew uninstall gdal
fi
brew install sqlite3 ccache
brew upgrade sqlite
brew install ccache

0 comments on commit 452d7f6

Please sign in to comment.