Revert "disable windows defender in attempt to speed up CI"
This reverts commit e688eeb0af
.
This commit is contained in:
parent
e688eeb0af
commit
044ceea946
|
@ -28,11 +28,6 @@ jobs:
|
||||||
runs-on: ${{ matrix.builder }}
|
runs-on: ${{ matrix.builder }}
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
steps:
|
steps:
|
||||||
- name: Disable Windows Defender
|
|
||||||
if: matrix.os == 'windows'
|
|
||||||
shell: powershell
|
|
||||||
run: Set-MpPreference -DisableRealtimeMonitoring $true
|
|
||||||
|
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue