Skip to content

Commit

Permalink
ci: Set CMAKE_PREFIX_PATH for qt6-asan action
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Mar 5, 2024
1 parent cf2d07a commit 8388d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/qt6-asan/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only

cd /github/workspace/
cmake --preset=ci-dev-asan-qt6 && cd build-ci-dev-asan-qt6/ && ninja && ctest -j12
cmake --preset=ci-dev-asan-qt6 -DCMAKE_PREFIX_PATH=/Qt6 && cd build-ci-dev-asan-qt6/ && ninja && ctest -j12

0 comments on commit 8388d85

Please sign in to comment.