diff --git a/.ci/windows/build.sh b/.ci/windows/build.sh index d5e742f33e..ac94b38448 100644 --- a/.ci/windows/build.sh +++ b/.ci/windows/build.sh @@ -36,6 +36,6 @@ cmake .. -G Ninja \ ninja -windeployqt6 --release --no-compiler-runtime --no-opengl-sw --no-system-dxc-compiler --no-system-d3d-compiler --dir pkg bin/eden.exe +windeployqt --release --no-compiler-runtime --no-opengl-sw --no-system-dxc-compiler --no-system-d3d-compiler --dir pkg bin/eden.exe find pkg -type f -name "*.pdb" -exec rm -fv {} + \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b4f702a0c2..34c2c9d603 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: shell: bash run: | ./.ci/windows/qt-envvars.sh - DEVEL=true ./.ci/windows/build.sh -DCMAKE_PREFIX_PATH="${QT_ROOT_DIR}/lib/cmake/Qt6" + DEVEL=true .ci/windows/build.sh -DCMAKE_PREFIX_PATH=C:/Qt/6.9.0/msvc2022_64/lib/cmake/Qt6 - name: Package artifacts shell: bash