Unverified Commit 967b45c6 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] fix deprecated 'brew cask install' call (#3692)

parent 6cb968af
...@@ -59,7 +59,6 @@ if [[ $OS_NAME == "linux" ]]; then ...@@ -59,7 +59,6 @@ if [[ $OS_NAME == "linux" ]]; then
qpdf \ qpdf \
|| exit -1 || exit -1
if [[ $R_BUILD_TYPE == "cran" ]]; then if [[ $R_BUILD_TYPE == "cran" ]]; then
sudo apt-get install \ sudo apt-get install \
--no-install-recommends \ --no-install-recommends \
...@@ -77,7 +76,7 @@ if [[ $OS_NAME == "macos" ]]; then ...@@ -77,7 +76,7 @@ if [[ $OS_NAME == "macos" ]]; then
brew install \ brew install \
checkbashisms \ checkbashisms \
qpdf qpdf
brew cask install basictex brew install --cask basictex
export PATH="/Library/TeX/texbin:$PATH" export PATH="/Library/TeX/texbin:$PATH"
sudo tlmgr --verify-repo=none update --self sudo tlmgr --verify-repo=none update --self
sudo tlmgr --verify-repo=none install inconsolata helvetic sudo tlmgr --verify-repo=none install inconsolata helvetic
......
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