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