diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 21dd14d..5d75f39 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,6 +10,9 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 + - name: Dependencies + run: | + apt install libwebsockets-dev - name: Build run: | cd wrapper-simavr