Skip to content

Commit

Permalink
install build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed Aug 7, 2024
1 parent c3d392e commit a2e20cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
example: [nrf-sdc, serial-hci, apache-nimble]
steps:
- uses: actions/checkout@v4
- name: Add dependencies
run: |
sudo apt-get install libudev-dev
- name: Build example ${{ matrix.example }}
working-directory: examples/${{ matrix.example }}
Expand Down

0 comments on commit a2e20cc

Please sign in to comment.