From 7f2cc47c6bc0d552fb5a6fd3c8441842739c188b Mon Sep 17 00:00:00 2001 From: Massimo Callegari Date: Wed, 21 Aug 2024 11:47:54 +0200 Subject: [PATCH] actions: attempt to fix macos build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 110ed3d925..fed31c177e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -534,8 +534,8 @@ jobs: - name: Dependencies run: | brew update - brew link --overwrite python@3.12 brew install fftw mad libsndfile libftdi + brew link --overwrite python@3.12 - name: Install Qt uses: jurplel/install-qt-action@v3