Skip to content

Commit

Permalink
fix(workflow): Fix Python link in macos job
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel A. Cabrera Minagorri <[email protected]>
  • Loading branch information
miguelaeh committed Dec 17, 2023
1 parent 1c6467e commit d2d8b17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeless-build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
run: |
# Avoid to upgrade dependents like azure-cli, because we don't need them
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
# Avoid error when installing PYthon as gstreamer dependency
rm -f '/usr/local/bin/2to3-3.12'
brew install gstreamer
brew install coreutils # For sha256sum
Expand Down

0 comments on commit d2d8b17

Please sign in to comment.