mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 15:11:20 +00: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
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…
Reference in New Issue
Block a user