We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a0349 commit 7cd95abCopy full SHA for 7cd95ab
.github/workflows/cpp.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Clone source
62
run: git clone --recursive https://github.com/uNetworking/uWebSockets.git
63
- name: Build source
64
- run: make -C uWebSockets
+ run: cd libdeflate && cmake . && make && cd .. && WITH_LIBDEFLATE=1 make -C uWebSockets
65
- name: List binaries
66
run: ls uWebSockets
67
- name: Install Deno
0 commit comments