Skip to content

Commit

Permalink
Offload ccache setup to brew install
Browse files Browse the repository at this point in the history
  • Loading branch information
pfxuan committed Mar 23, 2024
1 parent 5f527ee commit 6980114
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,10 @@ jobs:
- name: Setup MacOS
run: |
brew install \
ccache \
cmake \
ninja \
opencv
wget -nv https://github.com/ccache/ccache/releases/download/v4.9.1/ccache-4.9.1-darwin.tar.gz
sudo tar xzf ccache-4.9.1-darwin.tar.gz -C /usr/bin --strip-components=1 --no-same-owner ccache-4.9.1-darwin/ccache
rm -f ccache-*-darwin.tar.gz
ccache --version
- name: Sudo Tar Wrapper
run: |
Expand Down

0 comments on commit 6980114

Please sign in to comment.