We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa9f17 commit 115c283Copy full SHA for 115c283
.github/workflows/ci.yml
@@ -157,6 +157,7 @@ jobs:
157
$env:CI_QT_URL | Out-File -FilePath "$env:GITHUB_WORKSPACE\qt_url"
158
$env:CI_QT_CONF | Out-File -FilePath "$env:GITHUB_WORKSPACE\qt_conf"
159
py -3 --version
160
+ Write-Host "PowerShell version $($PSVersionTable.PSVersion.ToString())"
161
162
- name: Restore static Qt cache
163
id: static-qt-cache
0 commit comments