Skip to content

Commit

Permalink
oops, need to create the directory first
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkeane committed Feb 24, 2022
1 parent d483dcb commit e00bc0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/tasks/r/github.macos-linux.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
echo "CC: ${CXX}"
${CC} --version
${CXX} --version
mkdir -p ~/.R/
echo "CC=$(brew --prefix llvm)/bin/clang" >> ~/.R/Makevars
echo "CXX=$(brew --prefix llvm)/bin/clang++" >> ~/.R/Makevars
echo "CXX11=$(brew --prefix llvm)/bin/clang++" >> ~/.R/Makevars
Expand Down

0 comments on commit e00bc0a

Please sign in to comment.