mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 09:32:37 +00:00
Try work-around brew install issue on OSX build
This commit is contained in:
@@ -119,6 +119,17 @@ jobs:
|
|||||||
|
|
||||||
- name: Overwrite aws cli
|
- name: Overwrite aws cli
|
||||||
run: |
|
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
|
# https://github.com/rust-lang/rustup/pull/3989/files
|
||||||
brew install --overwrite awscli
|
brew install --overwrite awscli
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user