[ci/windows] fix CMake prefix path
Some checks failed
eden-build / source (push) Successful in 3m44s
eden-build / android (push) Successful in 23m57s
eden-build / linux (push) Successful in 21m26s
eden-build / windows (msvc) (push) Failing after 9m19s

Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
crueter 2025-06-28 23:47:02 -04:00
parent cc9c3dd5a3
commit fa423c68e8
No known key found for this signature in database
GPG key ID: A5A7629F109C8FD1
3 changed files with 3 additions and 3 deletions

View file

@ -4,4 +4,4 @@ QTDIR="/c/Qt/6.9.0/msvc2022_64"
export QT_ROOT_DIR="$QTDIR" export QT_ROOT_DIR="$QTDIR"
export QT_PLUGIN_PATH="$QTDIR/plugins" export QT_PLUGIN_PATH="$QTDIR/plugins"
export QML2_IMPORT_PATH="$QTDIR/qml" export QML2_IMPORT_PATH="$QTDIR/qml"
export PATH="${PATH}:$QTDIR/bin" export PATH="${PATH};$QTDIR/bin"

View file

@ -72,7 +72,7 @@ jobs:
shell: bash shell: bash
run: | run: |
./.ci/windows/qt-envvars.sh ./.ci/windows/qt-envvars.sh
DEVEL=true ./.ci/windows/build.sh DEVEL=true ./.ci/windows/build.sh -DCMAKE_PREFIX_PATH="${QT_ROOT_DIR}/lib/cmake/Qt6"
- name: Package artifacts - name: Package artifacts
shell: bash shell: bash