Skip to content

Commit 7cd95ab

Browse files
Build with libdeflate in Linux CI
1 parent e2a0349 commit 7cd95ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Clone source
6262
run: git clone --recursive https://github.com/uNetworking/uWebSockets.git
6363
- name: Build source
64-
run: make -C uWebSockets
64+
run: cd libdeflate && cmake . && make && cd .. && WITH_LIBDEFLATE=1 make -C uWebSockets
6565
- name: List binaries
6666
run: ls uWebSockets
6767
- name: Install Deno

0 commit comments

Comments
 (0)