Commit fd5b1958 authored by Max Kellermann's avatar Max Kellermann

.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.
parent bb5df983
......@@ -37,6 +37,8 @@ jobs:
with:
key: ${{ matrix.os }}-${{ matrix.type }}
- uses: actions/setup-python@v1
- name: Install dependencies
run: |
brew install \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment