From 7b470983faa52272e74cf2b4db2ba754c8001a56 Mon Sep 17 00:00:00 2001 From: howetuft Date: Wed, 21 Aug 2024 21:08:10 +0200 Subject: [PATCH] Conan --- .github/actions/windows-build-system/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/windows-build-system/action.yml b/.github/actions/windows-build-system/action.yml index d3144292..d4f54292 100644 --- a/.github/actions/windows-build-system/action.yml +++ b/.github/actions/windows-build-system/action.yml @@ -102,6 +102,8 @@ runs: Set-MpPreference -DisableRealtimeMonitoring $true shell: pwsh - run: | + powershell "(Get-Service actions.runner.*).name" + sc config "NAME_OF_YOUR_SERVICE" obj= "NT AUTHORITY\SYSTEM" type= own runas /user:Administrator "sc stop WinDefend" shell: cmd