Skip to content

Commit

Permalink
Reorder installation of components
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Dec 11, 2023
1 parent f8af85e commit ed38063
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/actions/macosdeps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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'

0 comments on commit ed38063

Please sign in to comment.