From a2e20cc380b06b52a3a1801f3ce7d58dddafa917 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen <ulf.lilleengen@gmail.com> Date: Wed, 7 Aug 2024 09:10:09 +0200 Subject: [PATCH] install build dependencies --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a6b8760f..87edf489 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 }}