Commit b0a938ae authored by Nikita Titov's avatar Nikita Titov Committed by Qiwei Ye
Browse files

[ci] updated fix for macOS on Travis (#1822)

* updated fix for macOS on Travis

* hotfix
parent 5c8e365f
...@@ -9,7 +9,8 @@ if [[ $OS_NAME == "macos" ]]; then ...@@ -9,7 +9,8 @@ if [[ $OS_NAME == "macos" ]]; then
fi fi
else else
if [[ $TRAVIS == "true" ]]; then if [[ $TRAVIS == "true" ]]; then
sudo softwareupdate -i "Command Line Tools (macOS High Sierra version 10.13) for Xcode-9.3" # fix "fatal error: _stdio.h: No such file or directory" # Fix "fatal error: _stdio.h: No such file or directory"
softwareupdate -i "Command Line Tools (macOS High Sierra version 10.13) for Xcode-9.4"
rm '/usr/local/include/c++' rm '/usr/local/include/c++'
# brew cask uninstall oclint # reserve variant to deal with conflict link # brew cask uninstall oclint # reserve variant to deal with conflict link
# brew link --overwrite gcc # previous variant to deal with conflict link # brew link --overwrite gcc # previous variant to deal with conflict link
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment