Skip to content

Commit

Permalink
disable windows defender in attempt to speed up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
markspanbroek committed Nov 12, 2024
1 parent 9468828 commit e688eeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ 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:
Expand Down

0 comments on commit e688eeb

Please sign in to comment.