diff options
Fix Mac OS GitHub workflow
Prior to this change, CI was failing with the following error:
==> Installing asciidoc dependency: python@3.11
==> Pouring python@3.11--3.11.3.monterey.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/2to3
Target /usr/local/bin/2to3
already exists. You may want to remove it:
rm '/usr/local/bin/2to3'
To force the link and overwrite all conflicting files:
brew link --overwrite python@3.11
To list all files that would be deleted:
brew link --overwrite --dry-run python@3.11
Explicitly link with overwrite.
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to '%252525252525252525253fid%252525252525252525253d01ad848628b91461a831e5725c6e416bae76b930%252525252525253fid%252525252525253dc886398beec480bf3035b654aa01e3ec7ce8ddfc%2525252525253fid%2525252525253db0d94d4e840b0a95a16b3f4740c42d92cabb194b%25252525253fid%25252525253db0d94d4e840b0a95a16b3f4740c42d92cabb194b%252525253fid%252525253db8b7a3a7348417256885b4d7fe9d7967ba00a95c%2525253fid%2525253dea9a98ca5d2520f1fa32f02e88ebde865c44a13d%25253fid%25253d1c5eb9f962e97a3f23dc0f1df0408e67b078bb14%253fid%253d213e5f86a54a31101c66de60114e0cbb52dea7a7%3fid%3d213e5f86a54a31101c66de60114e0cbb52dea7a7?id=98ff4dbacbdb37f811581ea3db09d64227f391a9')
0 files changed, 0 insertions, 0 deletions