diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index fc511dda..f1d1f523 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -418,7 +418,7 @@ jobs: - name: Smoke Test Cleanup ( QSkinny ) on Windows if: startsWith(matrix.config.name, 'Windows') run: | - taskkill /IM iotdashboard.exe /T + taskkill /IM iotdashboard.exe /T /F - name: Smoke Test Cleanup ( QSkinny ) on MacOS if: startsWith(matrix.config.name, 'macOS')