Skip to content

Commit

Permalink
-trying to disable windows defender
Browse files Browse the repository at this point in the history
  • Loading branch information
kamchatka-volcano committed Jun 12, 2024
1 parent 7f72a3d commit 0192591
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ jobs:
nginx_cfg: "nginx_linux.conf"
}
steps:
- if: matrix.config.name == 'Windows'
name: Disable Windows Defender real monitoring
run: Set-MpPreference -DisableRealtimeMonitoring $true
shell: powershell
- name: Git checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit 0192591

Please sign in to comment.