1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

GHA CI: speed up package installation on macOS

Setup time is shortened by cutting down unnecessary operations.

https://docs.brew.sh/Manpage#environment
This commit is contained in:
Chocobo1 2023-02-16 16:10:08 +08:00
parent 9fb9ca47f6
commit 4170b4e21b

View File

@ -31,6 +31,9 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
export \
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 \
HOMEBREW_NO_INSTALL_CLEANUP=1
brew update > /dev/null brew update > /dev/null
brew install \ brew install \
cmake ninja \ cmake ninja \