From b500a1dd1d36bcda2914a1b1a04a8adf03c01599 Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Wed, 2 Nov 2022 13:56:30 +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 2c783c7..b4b449a 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -30,7 +30,7 @@ jobs: nmake -f shim ls - name: Run unit tests - run: make -C uWebSockets/tests + run: $Env:CC='clang'; $Env:CXX='clang++'; make -C uWebSockets/tests - name: Run smoke test run: | cd uWebSockets