Revert "disable windows defender in attempt to speed up CI"

This reverts commit e688eeb0af.
This commit is contained in:
Mark Spanbroek 2024-11-12 21:00:04 +01:00
parent e688eeb0af
commit 044ceea946
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00
1 changed files with 0 additions and 5 deletions

View File

@ -28,11 +28,6 @@ jobs:
runs-on: ${{ matrix.builder }}
timeout-minutes: 120
steps:
- name: Disable Windows Defender
if: matrix.os == 'windows'
shell: powershell
run: Set-MpPreference -DisableRealtimeMonitoring $true
- name: Checkout sources
uses: actions/checkout@v4
with: