Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
- Add dependencies
  • Loading branch information
jelu authored Jan 15, 2024
1 parent aa6ee6a commit 9c42fae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install libev-dev libuv1-dev libssl-dev libevent-dev libnghttp2-dev
- name: configure
run: sh autogen.sh && mkdir -p build && cd build && ../configure --enable-warn-all
- name: make
Expand Down

0 comments on commit 9c42fae

Please sign in to comment.