mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 18:15:17 +00:00
Use --force with brew install, block upgrades
This commit is contained in:
parent
11a823afa9
commit
06d1d21ae2
4
.github/workflows/build-and-test-macos.yaml
vendored
4
.github/workflows/build-and-test-macos.yaml
vendored
@ -18,6 +18,8 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
build:
|
||||
env:
|
||||
HOMEBREW_NO_INSTALL_UPGRADE: 1
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
@ -29,7 +31,7 @@ jobs:
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
brew install \
|
||||
brew install --force \
|
||||
cmake \
|
||||
freetype \
|
||||
gettext \
|
||||
|
Loading…
Reference in New Issue
Block a user