mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-22 03:36:36 +00:00
Try to fix mac build again
Ahh, I never compiled any program on Mac, i thought it will behave the same was as Linux, but there are some diferences of course..
This commit is contained in:
8
.github/workflows/build_orca.yml
vendored
8
.github/workflows/build_orca.yml
vendored
@@ -60,11 +60,13 @@ jobs:
|
||||
- name: Install codegen tools and generate config sources
|
||||
run: |
|
||||
if [ "$(uname)" = "Linux" ]; then
|
||||
pip3 install grpcio-tools
|
||||
pip3 install grpcio-tools pyyaml
|
||||
python3 tools/run_codegen.py
|
||||
else
|
||||
brew install protobuf
|
||||
python3 -m venv /tmp/codegen_venv
|
||||
/tmp/codegen_venv/bin/pip install grpcio-tools pyyaml -q
|
||||
/tmp/codegen_venv/bin/python tools/run_codegen.py
|
||||
fi
|
||||
python3 tools/run_codegen.py
|
||||
if: runner.os != 'Windows'
|
||||
shell: bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user