Skip to content

Commit

Permalink
CI: remove temporary fix for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed May 7, 2024
1 parent 4692d74 commit c237aa4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,19 +134,10 @@ jobs:
echo "CXX_LD=lld" >> "$GITHUB_ENV"
echo "OBJC_LD=lld" >> "$GITHUB_ENV"
- name: Unbreak Python in GHA for 3.11 (MacOS 13 image)
if: matrix.config.os == 'macos' && matrix.config.os-version == 13
run: |
# A workaround for "The `brew link` step did not complete successfully" error.
# See https://github.com/Homebrew/homebrew-core/issues/165793#issuecomment-1991817938
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
sudo rm -rf /Library/Frameworks/Python.framework/
brew install --force python3 && brew unlink python3 && brew unlink python3 && brew link --overwrite python3
- name: Setup meson (MacOS)
if: matrix.config.os == 'macos'
run: |
brew update
brew update
brew install meson
- name: Setup meson
Expand Down

0 comments on commit c237aa4

Please sign in to comment.