fluxa-desktop/.github/workflows
KhooLy 395882ee67 ci(windows): bundle every vcpkg ANGLE DLL, not just libEGL/libGLESv2
libGLESv2.dll depends on a third DLL (z.dll, vcpkg's zlib build) that
this step never copied into src-tauri/lib/. Combined with the
find_and_load_dll() search-path bug fixed in the previous commit, that
made ANGLE/EGL context creation fail on every Windows install built by
this workflow, regardless of the code fix, since the file simply
wasn't in the bundle. Copy the whole vcpkg bin/ output instead of
naming individual DLLs, and check for z.dll explicitly in the
verification step so this can't silently regress again.
2026-07-05 17:07:51 +03:00
..
build.yml ci(windows): bundle every vcpkg ANGLE DLL, not just libEGL/libGLESv2 2026-07-05 17:07:51 +03:00