Skip to content

Commit 1bb28d9

Browse files
committed
Try no defender
1 parent 1247008 commit 1bb28d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ jobs:
104104
with:
105105
fetch-depth: 2
106106

107+
- run: Set-MpPreference -DisableRealtimeMonitoring $true
108+
shell: powershell
109+
- run: Get-MpComputerStatus
110+
shell: powershell
111+
107112
# Rust Log Analyzer can't currently detect the PR number of a GitHub
108113
# Actions build on its own, so a hint in the log message is needed to
109114
# point it in the right direction.

0 commit comments

Comments
 (0)