Update cpp.yml

This commit is contained in:
uNetworkingAB
2022-11-02 13:56:30 +01:00
committed by GitHub
parent 73449e7bfd
commit b500a1dd1d
+1 -1
View File
@@ -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