File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1212 name : Test against recent ponyc release on Windows
1313 runs-on : windows-2025
1414 steps :
15+ - name : Disable Windows Defender
16+ run : Set-MpPreference -DisableRealtimeMonitoring $true
1517 - uses : actions/checkout@v6.0.2
1618 - name : Test against recent ponyc release on Windows
1719 run : |
Original file line number Diff line number Diff line change 6161 name : Windows x86-64 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 : Test against recent ponyc release on Windows
6668 run : |
9092 name : Windows arm64 with most recent ponyc release
9193 runs-on : windows-11-arm
9294 steps :
95+ - name : Disable Windows Defender
96+ run : Set-MpPreference -DisableRealtimeMonitoring $true
9397 - uses : actions/checkout@v6.0.2
9498 - name : Test against recent ponyc release on Windows
9599 run : |
You can’t perform that action at this time.
0 commit comments