Skip to content

Commit 7208e18

Browse files
authored
Disable Windows Defender in CI (#40)
1 parent c170d87 commit 7208e18

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
name: Windows x86-64 (LibreSSL) with most recent ponyc release
6262
runs-on: windows-2025
6363
steps:
64+
- name: Disable Windows Defender
65+
run: Set-MpPreference -DisableRealtimeMonitoring $true
6466
- uses: actions/checkout@v6.0.2
6567
- name: Cache LibreSSL libs
6668
id: cache-libressl
@@ -87,6 +89,8 @@ jobs:
8789
name: Windows arm64 (LibreSSL) with most recent ponyc release
8890
runs-on: windows-11-arm
8991
steps:
92+
- name: Disable Windows Defender
93+
run: Set-MpPreference -DisableRealtimeMonitoring $true
9094
- uses: actions/checkout@v6.0.2
9195
- name: Cache LibreSSL libs
9296
id: cache-libressl

0 commit comments

Comments
 (0)