From b775359203df062ad21f59bf6d8f753e42f1f2a6 Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Wed, 2 Nov 2022 11:40:30 +0100 Subject: [PATCH] Update cpp.yml --- .github/workflows/cpp.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index cf768b4..773b636 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -12,6 +12,8 @@ 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 @@ -28,11 +30,7 @@ jobs: ls .\HelloWorld.exe & sleep 1 - curl.exe -v http://localhost:3000/ - curl.exe -v http://localhost:3000/ - curl.exe -v http://localhost:3000/ - curl.exe -v http://localhost:3000/ - curl.exe -v http://localhost:3000/ + curl.exe http://localhost:3000/ Stop-Process -Name HelloWorld