Commit ebd7df31 authored by Jason Madden's avatar Jason Madden

macos brew doesn't like sudo

parent cd37f3a0
......@@ -111,7 +111,7 @@ jobs:
- name: Install ccache (macos)
if: startsWith(runner.os, 'macOS')
run: |
sudo brew install ccache
brew install ccache
###
# Caching.
......
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