Skip to content

Commit

Permalink
fix(macos-workflow): Worker python installation
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel A. Cabrera Minagorri <devgorri@gmail.com>
  • Loading branch information
miguelaeh committed Feb 20, 2024
1 parent 88d8721 commit 60bc980
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeless-build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
# Avoid error when installing Python as gstreamer dependency
brew unlink python@3.12
rm '/usr/local/bin/2to3-3.12'
brew link --overwrite python@3.12
brew install gstreamer
brew install coreutils # For sha256sum
Expand Down

0 comments on commit 60bc980

Please sign in to comment.