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 Apr 29, 2022
1 parent def5f10 commit af494d3
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 @@ -532,7 +532,7 @@ jobs:
- name: Install Linux build dependencies
if: ${{ runner.os == 'Linux' }}
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 af494d3

Please sign in to comment.