From ed380633aa5b2ad1b43e9232a44c5d142570fd06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Jos=C3=A9=20Carracedo=20Carballal?= Date: Mon, 11 Dec 2023 17:17:28 +0100 Subject: [PATCH] Reorder installation of components --- .github/actions/macosdeps/action.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/actions/macosdeps/action.yml b/.github/actions/macosdeps/action.yml index 3de4abc..75b8148 100644 --- a/.github/actions/macosdeps/action.yml +++ b/.github/actions/macosdeps/action.yml @@ -13,17 +13,6 @@ runs: shell: ${{inputs.shell}} run: sudo rm -f /usr/local/bin/2to3 /usr/local/bin/2to3-3.11 - - name: Install common dependencies - shell: ${{inputs.shell}} - run: brew install libsndfile volk fftw soapysdr libxml2 portaudio - - - name: Install Qt - uses: jurplel/install-qt-action@v2 - with: - version: 5.14.2 - setup-python: false - py7zrversion: '==0.18.1' - - name: Install SoapySDR dependencies shell: ${{inputs.shell}} run: | @@ -51,3 +40,12 @@ runs: cd build sudo make install cd ../.. + + + - name: Install Qt + uses: jurplel/install-qt-action@v2 + with: + version: 5.14.2 + setup-python: false + py7zrversion: '==0.18.1' +