Skip to content

Commit

Permalink
fix macos
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Aug 28, 2024
1 parent 3195ab1 commit b500f6b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/openpilot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,14 @@ jobs:
- name: setup dependencies
run: |
brew install cmake bzip2 capnp qt@5 zeromq protobuf@3 gnu-tar
sudo pip3 install --no-cache-dir -r 3rdparty/opendbc_repo/requirements.txt
curl -LsSf https://astral.sh/uv/install.sh | sh
uv venv
uv pip install 3rdparty/opendbc_repo
- name: build
run: |
export PYTHONPATH=$PWD/3rdparty
# force usage of protobuf@3 instead of protobuf
source .venv/bin/activate
mkdir -p build && cd build && cmake -DCMAKE_PREFIX_PATH="$(brew --prefix)/opt/protobuf@3" .. && make -j8
- name: zip plugins
run: eval "$ZIP"
Expand Down

0 comments on commit b500f6b

Please sign in to comment.