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 28, 2022
1 parent 539a73c commit 2e7c5a2
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 @@ -584,7 +584,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 2e7c5a2

Please sign in to comment.