mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
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:
2
.github/workflows/ci_macos.yaml
vendored
2
.github/workflows/ci_macos.yaml
vendored
@@ -43,8 +43,8 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
brew update > /dev/null
|
brew update > /dev/null
|
||||||
brew install \
|
brew install \
|
||||||
cmake ninja \
|
|
||||||
openssl@3 zlib
|
openssl@3 zlib
|
||||||
|
# preinstalled on the image: cmake ninja
|
||||||
|
|
||||||
- name: Setup ccache
|
- name: Setup ccache
|
||||||
uses: Chocobo1/setup-ccache-action@v1
|
uses: Chocobo1/setup-ccache-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user