From 2cc84750f0968eb9b84d7bbcb4c0352e5abeb1d8 Mon Sep 17 00:00:00 2001 From: Rick Vogel Date: Fri, 16 Dec 2022 14:33:13 +0100 Subject: [PATCH] next try --- .github/workflows/cmake.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index cbc76802..7d4f384f 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -348,10 +348,10 @@ jobs: - name: Smoke Test ( QSkinny ) on Windows if: startsWith(matrix.config.name, 'Windows') run: | - $Env:PATH += ;qskinny_install/lib - $Env:PATH += ;qskinny_install/plugins/skins - echo "starting iotdashboard" - Start-Process qskinny_build/examples/iotdashboard -ArgumentList "-qwindowgeometry 1024x600+0+0" + $Env:PATH += ";qskinny_install/lib" + $Env:PATH += ";qskinny_install/plugins/skins" + echo "starting iotdashboard" + Start-Process qskinny_build\examples\iotdashboard\Release\iotdashboard.exe -ArgumentList "-qwindowgeometry 1024x600+0+0" Start-Sleep -s 10 # take a screenshot of the example