Update cpp.yml

This commit is contained in:
uNetworkingAB
2022-11-04 07:45:30 +01:00
committed by GitHub
parent 701f77476f
commit c35d338d0e
+1 -2
View File
@@ -25,8 +25,7 @@ jobs:
$Env:EXEC_SUFFIX='.exe'
$Env:WITH_ZLIB='0'
$Env:WITH_LTO='0'
make -C uSockets
nmake -f shim
nmake
ls
- name: Run unit tests
run: $Env:CC='clang'; $Env:CXX='clang++'; make -C uWebSockets/tests