File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments