Try work-around brew install issue on OSX build

This commit is contained in:
Thomas Krijnen
2024-12-14 15:34:42 +01:00
parent 559ef3086a
commit 1d271611c4
+11
View File
@@ -119,6 +119,17 @@ jobs:
- name: Overwrite aws cli
run: |
# Error: The `brew link` step did not complete successfully
# The formula built, but is not symlinked into /usr/local
# Could not symlink bin/idle3
# Target /usr/local/bin/idle3
# already exists. You may want to remove it:
# rm '/usr/local/bin/idle3'
#
# To force the link and overwrite all conflicting files:
# brew link --overwrite python@3.13
brew link --overwrite python@3.12
brew link --overwrite python@3.13
# https://github.com/rust-lang/rustup/pull/3989/files
brew install --overwrite awscli