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