From 30d4765894e80e01d3e84f2d333ebe0994e2eb3b Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Tue, 1 Nov 2022 05:42:36 +0100 Subject: [PATCH] Update cpp.yml --- .github/workflows/cpp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 08dcc55..e893e8a 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -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