Skip to content

Commit 60bc980

Browse files
committed
fix(macos-workflow): Worker python installation
Signed-off-by: Miguel A. Cabrera Minagorri <[email protected]>
1 parent 88d8721 commit 60bc980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pipeless-build-and-release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
# Avoid error when installing Python as gstreamer dependency
8585
brew unlink [email protected]
8686
rm '/usr/local/bin/2to3-3.12'
87+
brew link --overwrite [email protected]
8788
brew install gstreamer
8889
brew install coreutils # For sha256sum
8990

0 commit comments

Comments
 (0)