Remove erroneous DisableRealtimeMonitoring command

This commit is contained in:
Ion Gaztañaga
2025-11-11 22:56:31 +01:00
parent 2be6444b26
commit 741819bca2

View File

@@ -627,7 +627,6 @@ jobs:
- name: Setup Boost
shell: cmd
run: |
Set-MpPreference -DisableRealtimeMonitoring $true
echo GITHUB_REPOSITORY: %GITHUB_REPOSITORY%
for /f %%i in ("%GITHUB_REPOSITORY%") do set LIBRARY=%%~nxi
echo LIBRARY: %LIBRARY%