GHA CI: use preinstalled packages on macOS

This is to address the following error:
https://github.com/qbittorrent/qBittorrent/actions/runs/17323566048/job/49182687551?pr=23182#step:4:745
> Error: cmake was installed from the local/pinned tap
> but you are trying to install it from the homebrew/core tap.
> Formulae with the same name from different taps cannot be installed at the same time.

PR #23184.
This commit is contained in:
Chocobo1
2025-08-31 21:15:13 +08:00
committed by GitHub
parent 8daa87d9de
commit 0933ffd805

View File

@@ -43,8 +43,8 @@ jobs:
command: |
brew update > /dev/null
brew install \
cmake ninja \
openssl@3 zlib
# preinstalled on the image: cmake ninja
- name: Setup ccache
uses: Chocobo1/setup-ccache-action@v1