Update cpp.yml

This commit is contained in:
uNetworkingAB
2022-11-02 13:20:07 +01:00
committed by GitHub
parent 7d74e502e5
commit 80ba04b3bc
+2 -3
View File
@@ -12,8 +12,6 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- name: Build hammer_test
run: |
iwr https://deno.land/x/install/install.ps1 -useb | iex
deno --version
cd uWebSockets
vcpkg install libuv:x64-windows
cp C:\vcpkg\installed\x64-windows\bin\uv.dll uv.dll
@@ -26,7 +24,8 @@ jobs:
$Env:WITH_ZLIB='0'
$Env:WITH_LTO='0'
make -C tests
make
make -C uSockets
nmake -f shim
ls
Start-Process -NoNewWindow .\Crc32
sleep 1