Install ccache via homebrew

This commit is contained in:
Bruno Alexandre Rosa 2025-09-21 20:44:04 -03:00
parent e229c12b93
commit d1881f3d19

View file

@ -272,6 +272,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
- name: Install ccache using Homebrew # (TODO: install it either via GHA or via vcpkg)
shell: bash
run: |
brew update
brew install ccache
- name: Setup vcpkg cache
id: vcpkg-cache
uses: TAServers/vcpkg-cache@v3