Install ccache via gha

This commit is contained in:
Bruno Alexandre Rosa 2025-09-22 14:02:02 -03:00
parent e5f61b1001
commit 6dd32f8726

View file

@ -285,11 +285,11 @@ jobs:
with: with:
submodules: recursive submodules: recursive
- name: Install ccache and Ninja using Homebrew # (TODO: install them either via GHA or via vcpkg) - name: Setup Ccache
shell: bash uses: jianmingyong/ccache-action@v1
run: | with:
brew update install: true
brew install ccache install-type: "binary"
- name: Install Qt ${{matrix.qt_version}} - name: Install Qt ${{matrix.qt_version}}
uses: jurplel/install-qt-action@v4 uses: jurplel/install-qt-action@v4