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 cancel-in-progress: true
jobs: jobs:
build: build:
env:
HOMEBREW_NO_INSTALL_UPGRADE: 1
strategy: strategy:
matrix: matrix:
os: os:
@ -29,7 +31,7 @@ jobs:
steps: steps:
- name: Install dependencies - name: Install dependencies
run: | run: |
brew install \ brew install --force \
cmake \ cmake \
freetype \ freetype \
gettext \ gettext \