1
0
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:
Brenden Matthews 2024-03-09 15:43:46 -05:00
parent 11a823afa9
commit 06d1d21ae2

View File

@ -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 \