Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Dec 27, 2024
1 parent f31176c commit da9776f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/openpilot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
build_ubuntu:
name: build ubuntu
strategy:
fail-fast: false
matrix:
arch: ${{ fromJson(
((github.repository == 'commaai/plotjuggler') &&
Expand Down Expand Up @@ -53,6 +54,7 @@ jobs:
build_mac:
name: build mac
strategy:
fail-fast: false
matrix:
# 15 = M1, 13 = Intel
os: [macOS-13, macOS-15]
Expand All @@ -67,7 +69,9 @@ jobs:
- name: setup dependencies
run: |
brew install cmake bzip2 capnp qt@5 zeromq protobuf@3 gnu-tar portaudio
brew upgrade
curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.local/bin/env
uv venv
uv pip install 3rdparty/openpilot 3rdparty/openpilot/opendbc_repo
- name: build
Expand Down

0 comments on commit da9776f

Please sign in to comment.