Skip to content

Commit

Permalink
Update macos build to not use python to install protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Mar 16, 2024
1 parent 0ca61e5 commit 1c44396
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@ jobs:
with:
submodules: recursive

- name: Install protobuf
run: |
pip3 install --user protobuf setuptools
- name: Install brew dependencies
run: |
brew update
brew install qt@6 ffmpeg pkgconfig opus openssl cmake ninja nasm sdl2 protobuf speexdsp libplacebo wget
brew install qt@6 ffmpeg pkgconfig opus openssl cmake ninja nasm sdl2 protobuf speexdsp libplacebo wget python-setuptools
- name: Configure Chiaki4deck
run: |
Expand Down Expand Up @@ -59,14 +55,10 @@ jobs:
with:
submodules: recursive

- name: Install protobuf
run: |
pip3 install --user protobuf setuptools
- name: Install brew dependencies
run: |
brew update
brew install qt@6 ffmpeg pkgconfig opus openssl cmake ninja nasm sdl2 protobuf speexdsp libplacebo wget
brew install qt@6 ffmpeg pkgconfig opus openssl cmake ninja nasm sdl2 protobuf speexdsp libplacebo wget python-setuptools
- name: Configure Chiaki4deck
run: |
Expand Down

0 comments on commit 1c44396

Please sign in to comment.