.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

View File

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