You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently the Windows workflow is failing during the "configure" step:
Error: Process completed with exit code 1.
-- Configuring incomplete, errors occurred!
src/frontend/qt_sdl/CMakeLists.txt:74 (find_package)
D:/a/_temp/msys64/mingw64/qt5-static/lib/cmake/Qt5/Qt5Config.cmake:2[8](https://github.com/ag-advania/melonPrimeDS/actions/runs/10007037350/job/27660922136#step:5:9) (find_package)
D:/a/_temp/msys64/mingw64/qt5-static/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:2[7](https://github.com/ag-advania/melonPrimeDS/actions/runs/10007037350/job/27660922136#step:5:8)2 (_qt5_Core_process_prl_file)
Call Stack (most recent call first):
Library not found: :libz
CMake Error at D:/a/_temp/msys64/mingw64/qt5-static/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:91 (message):
-- Found Threads: TRUE
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Found assembler: D:/a/_temp/msys64/mingw64/bin/cc.exe
-- The ASM compiler identification is GNU
Enabling GDB stub
-- Detecting CXX compile features - done
-- Detecting CXX compile features
-- Check for working CXX compiler: D:/a/_temp/msys64/mingw64/bin/c++.exe - skipped
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compiler ABI info
-- Detecting C compile features - done
-- Detecting C compile features
-- Check for working C compiler: D:/a/_temp/msys64/mingw64/bin/cc.exe - skipped
-- Detecting C compiler ABI info - done
-- Detecting C compiler ABI info
-- The CXX compiler identification is GNU 14.1.0
-- The C compiler identification is GNU 14.1.0
-- Building for: Ninja
Run cmake -B build $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC=ON -DCMAKE_PREFIX_PATH=C:/tools/msys64/mingw64/qt5-static
If we restart the Github Actions workflow it may fail.
Thanks
The text was updated successfully, but these errors were encountered:
Recently the Windows workflow is failing during the "configure" step:
If we restart the Github Actions workflow it may fail.
Thanks
The text was updated successfully, but these errors were encountered: