Skip to content

Commit

Permalink
ga-actions: fix macos-13+brew failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Oct 13, 2023
1 parent bdd075b commit c6149de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,10 @@ jobs:
uses: hendrikmuhs/[email protected]
with:
key: ${{ github.job }}-${{ matrix.xcode }}
- name: Python install bug workaround # https://github.com/actions/setup-python/issues/577
run: |
find /usr/local/bin -type l -exec sh -c 'readlink -f "$1" \
| grep -q ^/Library/Frameworks/Python.framework/Versions/' _ {} \; -exec rm -v {} \;
- name: Install Homebrew Dependencies
run: brew install meson ninja gcovr
- name: Configure
Expand Down

0 comments on commit c6149de

Please sign in to comment.