We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e18fc commit 60acf9bCopy full SHA for 60acf9b
.github/workflows/tests.yml
@@ -280,7 +280,7 @@ jobs:
280
- name: Install Homebrew Python
281
run: |
282
brew install --overwrite python@${{ matrix.python }}
283
- echo /usr/local/opt/python@${{ matrix.python }}/libexec/bin/ >> $GITHUB_PATH
+ echo /opt/homebrew/opt/python@${{ matrix.python }}/libexec/bin/ >> $GITHUB_PATH
284
285
- name: Install Ninja
286
run: brew install ninja
0 commit comments