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 4ad2ec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ jobs:
nginx_cfg: "nginx_linux.conf"
}
steps:
- run: Set-MpPreference -DisableRealtimeMonitoring $true
shell: powershell
- name: Git checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit 4ad2ec0

Please sign in to comment.