Install ccache only

This commit is contained in:
Bruno Alexandre Rosa 2025-09-22 01:42:29 -03:00
parent 8c3cbfe945
commit e5f61b1001

View file

@ -289,7 +289,7 @@ jobs:
shell: bash
run: |
brew update
brew install autoconf autoconf-archive automake libtool ccache ninja
brew install ccache
- name: Install Qt ${{matrix.qt_version}}
uses: jurplel/install-qt-action@v4