Skip to content

Commit c708b5c

Browse files
authored
Stop disabling Windows Defender in CI (#114)
It doesn't speed the Windows jobs up, and the step occasionally fails on some runners.
1 parent 9282fbe commit c708b5c

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/breakage-against-windows-ponyc-latest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
name: Verify main against the latest ponyc on Windows
1313
runs-on: windows-2025-vs2026
1414
steps:
15-
- name: Disable Windows Defender
16-
run: Set-MpPreference -DisableRealtimeMonitoring $true
1715
- uses: actions/checkout@v6.0.2
1816
- name: Cache LibreSSL libs
1917
id: cache-libressl

.github/workflows/pr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ jobs:
8181
name: Windows x86-64 (LibreSSL) with most recent ponyc release
8282
runs-on: windows-2025-vs2026
8383
steps:
84-
- name: Disable Windows Defender
85-
run: Set-MpPreference -DisableRealtimeMonitoring $true
8684
- uses: actions/checkout@v6.0.2
8785
- name: Cache LibreSSL libs
8886
id: cache-libressl
@@ -110,8 +108,6 @@ jobs:
110108
name: Windows arm64 (LibreSSL) with most recent ponyc release
111109
runs-on: windows-11-arm
112110
steps:
113-
- name: Disable Windows Defender
114-
run: Set-MpPreference -DisableRealtimeMonitoring $true
115111
- uses: actions/checkout@v6.0.2
116112
- name: Cache LibreSSL libs
117113
id: cache-libressl

0 commit comments

Comments
 (0)