try fix environment

This commit is contained in:
Rick Vogel 2022-12-16 14:04:13 +01:00
parent 8103562b11
commit b7135c4243
1 changed files with 2 additions and 2 deletions

View File

@ -348,8 +348,8 @@ jobs:
- name: Smoke Test ( QSkinny ) on Windows - name: Smoke Test ( QSkinny ) on Windows
if: startsWith(matrix.config.name, 'Windows') if: startsWith(matrix.config.name, 'Windows')
run: | run: |
echo "$GITHUB_WORKSPACE/qskinny_install/lib" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append $Env:PATH += ";$GITHUB_WORKSPACE/qskinny_install/lib"
echo "$GITHUB_WORKSPACE/qskinny_install/plugins/skins" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append $Env:PATH += ";$GITHUB_WORKSPACE/qskinny_install/plugins/skins"
echo "starting iotdashboard" echo "starting iotdashboard"
Start-Process $GITHUB_WORKSPACE/qskinny_build/examples/iotdashboard -ArgumentList "-qwindowgeometry 1024x600+0+0" Start-Process $GITHUB_WORKSPACE/qskinny_build/examples/iotdashboard -ArgumentList "-qwindowgeometry 1024x600+0+0"
Start-Sleep -s 10 Start-Sleep -s 10