.github/workflows/build-macos.yml: use actions/setup-python@v1
Without it, BSFishy/meson-build defaults to /usr/local/bin/python, which is Python 2.
This commit is contained in:
parent
bb5df9839d
commit
fd5b195879
|
@ -37,6 +37,8 @@ jobs:
|
|||
with:
|
||||
key: ${{ matrix.os }}-${{ matrix.type }}
|
||||
|
||||
- uses: actions/setup-python@v1
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
brew install \
|
||||
|
|
Loading…
Reference in New Issue