Skip to content

Commit

Permalink
Build: Update dependencies for pybind11
Browse files Browse the repository at this point in the history
oresat-libdxwifi fails to build in CI since 47eeff9. It needs
pybind11-dev and python3-dev.

Signed-off-by: Reid Wahl <[email protected]>
  • Loading branch information
nrwahl2 committed Nov 21, 2023
1 parent 47eeff9 commit b92df59
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ jobs:
with:
submodules: recursive

- name: Update Packages
run: sudo apt -y update

- name: Get Dependencies
run: sudo apt update && sudo apt install build-essential libpcap-dev libgpiod-dev cmake python3 valgrind -y
run: >
sudo apt -y install build-essential cmake libgpiod-dev libpcap-dev
pybind11-dev python3 python3-dev valgrind
- name: Configure CMake
shell: bash
Expand Down

0 comments on commit b92df59

Please sign in to comment.