There was an error while loading. Please reload this page.
1 parent c170d87 commit 7208e18Copy full SHA for 7208e18
1 file changed
.github/workflows/pr.yml
@@ -61,6 +61,8 @@ jobs:
61
name: Windows x86-64 (LibreSSL) with most recent ponyc release
62
runs-on: windows-2025
63
steps:
64
+ - name: Disable Windows Defender
65
+ run: Set-MpPreference -DisableRealtimeMonitoring $true
66
- uses: actions/checkout@v6.0.2
67
- name: Cache LibreSSL libs
68
id: cache-libressl
@@ -87,6 +89,8 @@ jobs:
87
89
name: Windows arm64 (LibreSSL) with most recent ponyc release
88
90
runs-on: windows-11-arm
91
92
93
94
95
96
0 commit comments