diff --git a/.github/workflows/flutter-engine-windows-x64-release-build.yml b/.github/workflows/flutter-engine-windows-x64-release-build.yml index 4afc402498cf1..ed66735520ec9 100644 --- a/.github/workflows/flutter-engine-windows-x64-release-build.yml +++ b/.github/workflows/flutter-engine-windows-x64-release-build.yml @@ -22,7 +22,7 @@ jobs: cd engine fetch flutter - git -C src/flutter checkout 3.24.4 + git -C src/flutter checkout 3.24.5 $filePath = "src/flutter/shell/platform/windows/flutter_windows_engine.cc" (Get-Content $filePath) -replace 'ClearCurrent', 'MakeCurrent' | Set-Content $filePath