Skip to content

Commit

Permalink
Add Python framework's bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Nov 13, 2022
1 parent de85400 commit 27703f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: Install dependencies (macOS)
if: runner.os == 'macOS'
run: |
# https://github.com/actions/runner-images/issues/6507
echo "/Library/Frameworks/Python.framework/Versions/Current/bin" >> $GITHUB_PATH
pip3 install meson ninja
brew install advancecomp automake brotli nasm pkg-config
- name: Build ${{ matrix.platform }}
Expand Down

0 comments on commit 27703f9

Please sign in to comment.