From 8e92125f23c97eae5bc094ae380f4a176cc4ba0b Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Wed, 2 Nov 2022 14:16:01 +0100 Subject: [PATCH] Update cpp.yml --- .github/workflows/cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 43b10df..280d816 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -29,7 +29,7 @@ jobs: nmake -f shim ls - name: Run unit tests - run: $Env:CC='clang'; $Env:CXX='clang++'; make -C uWebSockets/tests + run: $Env:CC='clang'; $Env:CXX='clang++'; cd uWebSockets/tests; nmake - name: Run smoke test run: | cd uWebSockets