From a4532f12a929b6ff24103f953622c079746a95f6 Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Wed, 2 Nov 2022 12:27:38 +0100 Subject: [PATCH] Update cpp.yml --- .github/workflows/cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 72bcbdd..f383cb6 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -28,7 +28,7 @@ jobs: make -C tests make ls - .\Crc32 & + Start-Process -NoNewWindow Crc32 sleep 1 deno run --allow-net tests\smoke.mjs Stop-Process -Name Crc32