We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7f600 commit 5a5b643Copy full SHA for 5a5b643
1 file changed
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
run: rebar3 dialyzer
72
73
- name: Install nghttpx
74
- run: sudo apt-get update && sudo apt-get install -y nghttp2-tools
+ run: sudo apt-get update && sudo apt-get install -y nghttp2
75
76
- name: Run tests
77
id: test
0 commit comments