Update cpp.yml

This commit is contained in:
uNetworkingAB
2022-11-01 05:42:36 +01:00
committed by GitHub
parent 61233bf5a2
commit 30d4765894
+2
View File
@@ -14,6 +14,8 @@ jobs:
run: make -C uWebSockets
- name: List binaries
run: ls uWebSockets
- name: Install Deno
run: curl -fsSL https://deno.land/x/install/install.sh | sh
- name: Build tests
run: make -C uWebSockets/tests smoke