File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474
7575 windows :
7676 name : Windows Build
77- runs-on : windows-latest
77+ # windows-latest currently ships newer VS/CMake versions that break
78+ # older native Flutter plugins used by this project.
79+ runs-on : windows-2022
7880 steps :
7981 - uses : actions/checkout@v6
8082
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ function(APPLY_STANDARD_SETTINGS TARGET)
4242 target_compile_options (${TARGET} PRIVATE /W4 /WX /wd "4100" )
4343 target_compile_options (${TARGET} PRIVATE /EHsc )
4444 target_compile_definitions (${TARGET} PRIVATE "_HAS_EXCEPTIONS=0" )
45+ target_compile_definitions (${TARGET} PRIVATE "_SILENCE_EXPERIMENTAL_COROUTINE_DEPRECATION_WARNINGS" )
4546 target_compile_definitions (${TARGET} PRIVATE "$<$<CONFIG :Debug >:_DEBUG >" )
4647endfunction ()
4748
You can’t perform that action at this time.
0 commit comments