Skip to content

Commit 5a5b643

Browse files
committed
ci: fix nghttp
1 parent 0f7f600 commit 5a5b643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: rebar3 dialyzer
7272

7373
- name: Install nghttpx
74-
run: sudo apt-get update && sudo apt-get install -y nghttp2-tools
74+
run: sudo apt-get update && sudo apt-get install -y nghttp2
7575

7676
- name: Run tests
7777
id: test

0 commit comments

Comments
 (0)