From 2b7bef81ea5de51a86150aacfde9ec0019ab33c9 Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 18 Apr 2025 00:00:47 +0200 Subject: fix: add missing libGLESv2.dll on windows platform --- .github/workflows/release-qt5.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-qt5.yml b/.github/workflows/release-qt5.yml index 22611e33..e990f41e 100644 --- a/.github/workflows/release-qt5.yml +++ b/.github/workflows/release-qt5.yml @@ -99,6 +99,7 @@ jobs: mingw-w64-x86_64-libarchive mingw-w64-x86_64-gtest mingw-w64-x86_64-autotools + mingw-w64-x86_64-angleproject if: runner.os == 'Windows' - name: Install Dependence (Linux) -- cgit v1.2.3