File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - os : macos-15-intel # updated-intel-based
3232 python-version : ' 3.11'
3333
34- # - os: macos-latest # arm-based
35- # python-version: '3.11'
34+ - os : macos-latest # arm-based
35+ python-version : ' 3.11'
3636
3737 runs-on : ${{ matrix.os }}
3838
5656 run : |
5757 brew update
5858 brew install protobuf@21 ffmpeg
59- # Export protobuf@21 paths for subsequent steps
60- echo "export PATH=\"$(brew --prefix protobuf@21)/bin:$PATH\"" >> $GITHUB_ENV
61- echo "export LDFLAGS=\"-L$(brew --prefix protobuf@21)/lib\"" >> $GITHUB_ENV
62- echo "export CPPFLAGS=\"-I$(brew --prefix protobuf@21)/include\"" >> $GITHUB_ENV
63- echo "export PKG_CONFIG_PATH=\"$(brew --prefix protobuf@21)/lib/pkgconfig\"" >> $GITHUB_ENV
64- echo "export CMAKE_PREFIX_PATH=\"$(brew --prefix protobuf@21)\"" >> $GITHUB_ENV
6559
6660
6761 - name : Install Python dependencies
You can’t perform that action at this time.
0 commit comments