.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:
Max Kellermann 2021-11-23 11:54:35 +01:00
parent bb5df9839d
commit fd5b195879
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ jobs:
with:
key: ${{ matrix.os }}-${{ matrix.type }}
- uses: actions/setup-python@v1
- name: Install dependencies
run: |
brew install \