Try installing git from Homebrew to work around macOS CI problem.
parent
d940c34a85
commit
e4cdeb47f1
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
|
||||
- name: Install needed packages
|
||||
run: |
|
||||
brew install automake libtool numpy sox wxwidgets speexdsp portaudio libsndfile libsamplerate hamlib libebur128
|
||||
brew install automake libtool numpy sox wxwidgets speexdsp portaudio libsndfile libsamplerate hamlib libebur128 git
|
||||
|
||||
- name: Install LLVM and Clang
|
||||
uses: KyleMayes/install-llvm-action@v2
|
||||
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
|
||||
- name: Install needed packages
|
||||
run: |
|
||||
brew install automake libtool numpy sox wxwidgets speexdsp portaudio libsndfile libsamplerate hamlib libebur128
|
||||
brew install automake libtool numpy sox wxwidgets speexdsp portaudio libsndfile libsamplerate hamlib libebur128 git
|
||||
|
||||
- name: Install VB-Cable
|
||||
shell: bash
|
||||
|
|
@ -136,7 +136,7 @@ jobs:
|
|||
|
||||
- name: Install needed packages
|
||||
run: |
|
||||
brew install automake libtool numpy sox
|
||||
brew install automake libtool numpy sox git
|
||||
|
||||
- name: Initialize code signing infrastructure
|
||||
if: ${{ vars.FREEDV_MACOS_CODE_SIGNING_TEAM_ID != '' }}
|
||||
|
|
@ -213,7 +213,7 @@ jobs:
|
|||
|
||||
- name: Install needed packages
|
||||
run: |
|
||||
brew install automake libtool sox
|
||||
brew install automake libtool sox git
|
||||
|
||||
- name: Install VB-Cable
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue