From 6ccd2b0b0038ea46b34e7509e85643503e3e2274 Mon Sep 17 00:00:00 2001 From: Rick Vogel Date: Mon, 3 Apr 2023 18:56:21 +0200 Subject: [PATCH] try fix macos smoke test --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 493750eb..bf0682ce 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -377,7 +377,7 @@ jobs: if: startsWith(matrix.config.name, 'macOS') run: | echo "starting iotdashboard" - DYLD_LIBRARY_PATH=./qskinny_install/lib:./qskinny_install/plugins/skins ./qskinny_build/examples/iotdashboard/iotdashboard.app/Contents/MacOS/iotdashboard -qwindowgeometry 1024x600+75+100 & + DYLD_LIBRARY_PATH=./qskinny_install/lib:./qskinny_install/plugins/skins ./qskinny_build/examples/bin/iotdashboard.app/Contents/MacOS/iotdashboard -qwindowgeometry 1024x600+75+100 & sleep 10 - name: Smoke Test ( QSkinny ) on Windows