We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1247008 commit 1bb28d9Copy full SHA for 1bb28d9
.github/workflows/ci.yml
@@ -104,6 +104,11 @@ jobs:
104
with:
105
fetch-depth: 2
106
107
+ - run: Set-MpPreference -DisableRealtimeMonitoring $true
108
+ shell: powershell
109
+ - run: Get-MpComputerStatus
110
111
+
112
# Rust Log Analyzer can't currently detect the PR number of a GitHub
113
# Actions build on its own, so a hint in the log message is needed to
114
# point it in the right direction.
0 commit comments