Skip to content

Commit

Permalink
need deps for checker
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed May 2, 2022
1 parent 7684d19 commit 8998309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ jobs:

- name: Install Linux build dependencies
run: |
sudo apt update; sudo apt install -y python3-qpid-proton libpython3-dev ninja-build
sudo apt update; sudo apt install -y python3-qpid-proton libpython3-dev ninja-build libwebsockets-dev libnghttp2-dev
- name: Install qpid-proton
run: |
Expand Down

0 comments on commit 8998309

Please sign in to comment.