Skip to content

Commit

Permalink
fix(workflow): Brew broken link for macOS
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 20, 2023
1 parent 4f67223 commit a1e68b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeless-build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +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'
# Avoid error when installing Python as gstreamer dependency
brew link --overwrite python@3.12
brew install gstreamer
brew install coreutils # For sha256sum
Expand Down

0 comments on commit a1e68b1

Please sign in to comment.