Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
steps:
- uses: actions/checkout@v7
- run: ./tools/op.sh setup
# stock GitHub runners lack the GLES/EGL libraries the headless raylib backend links against
- run: sudo apt-get install -y --no-install-recommends libegl1 libgles2 libegl-mesa0 libgl1-mesa-dri
- name: Build openpilot
run: scons
- name: Run unit tests
Expand Down Expand Up @@ -212,6 +214,8 @@ jobs:
steps:
- uses: actions/checkout@v7
- run: ./tools/op.sh setup
# stock GitHub runners lack the GLES/EGL libraries the headless raylib backend links against
- run: sudo apt-get install -y --no-install-recommends libegl1 libgles2 libegl-mesa0 libgl1-mesa-dri
- name: Build openpilot
run: scons
- name: Create UI Report
Expand Down
Loading