From fd5b19587902b2b150ffbda9b5e740107adb7cbd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 23 Nov 2021 11:54:35 +0100 Subject: [PATCH] .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. --- .github/workflows/build-macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 39d92df42..d838ed22a 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -37,6 +37,8 @@ jobs: with: key: ${{ matrix.os }}-${{ matrix.type }} + - uses: actions/setup-python@v1 + - name: Install dependencies run: | brew install \