We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa29b9 commit 1ecffefCopy full SHA for 1ecffef
1 file changed
.github/workflows/viewer-qt.yml
@@ -118,7 +118,7 @@ jobs:
118
if (Test-Path $platformPluginDir) {
119
Get-ChildItem $platformPluginDir -File | Copy-Item -Destination "$package/plugins/platforms" -Force
120
} else {
121
- Write-Warning "Qt platform plugin directory was not found under '$qtPluginDir'"
+ Write-Host "Qt platform plugin directory was not found under '$qtPluginDir'"
122
}
123
124
@"
0 commit comments