Skip to content

Commit

Permalink
github/workflows: force deletion of existing symlinks with homebrew
Browse files Browse the repository at this point in the history
This way each time a new Python version is installed via Homebrew
, we don't get CI failures due to the upstream Python distribution
also being installed.

Ref: actions/runner-images#6459
Ref: actions/runner-images#2322
  • Loading branch information
jeeb committed Nov 11, 2022
1 parent 33136c2 commit 6715904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Install dependencies
run: |
brew update
brew install autoconf automake pkg-config libtool python freetype fribidi little-cms2 lua@5.1 libass ffmpeg meson
brew install --overwrite autoconf automake pkg-config libtool python freetype fribidi little-cms2 lua@5.1 libass ffmpeg meson
- name: Build with meson
run: |
Expand Down

0 comments on commit 6715904

Please sign in to comment.