Try installing git from Homebrew to work around macOS CI problem.

pull/1145/head
Mooneer Salem 2026-01-08 08:23:57 -08:00
parent d940c34a85
commit e4cdeb47f1
1 changed files with 4 additions and 4 deletions

View File

@ -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