mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
chore: prevent updating gcc on macos (#3037)
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
d3a585113f
commit
3e0a9e16cc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/daily-builds.yml
vendored
2
.github/workflows/daily-builds.yml
vendored
|
@ -91,7 +91,7 @@ jobs:
|
|||
|
||||
# Preven updating these packages that bring in dependencies that sometimes break
|
||||
# the update
|
||||
brew pin azure-cli jpeg-xl aom lima pipx
|
||||
brew pin azure-cli jpeg-xl aom lima pipx gcc
|
||||
# Remove Python3 symlinks in /usr/local/bin as workaround to brew update issues
|
||||
# https://github.com/actions/setup-python/issues/577
|
||||
rm /usr/local/bin/2to3* || :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue