more macOS build fixes

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2023-12-08 14:52:14 -08:00
parent b070b32e93
commit 3a98b8a722
3 changed files with 11 additions and 3 deletions

View file

@ -48,7 +48,9 @@ jobs:
run: |
# build export-html to make sure that didn't get broken
cd ${GITHUB_WORKSPACE}/build
make export-html
cmake -DMAKE_TESTS=ON
make -j
make -j export-html
echo "------------------------------------"
echo "run tests for desktop build"
export QT_ROOT=${GITHUB_WORKSPACE}/Qt/5.13.0/clang_64