Skip to content

Commit 115c283

Browse files
committed
ci: add print of powershell version to win64 job
1 parent 0fa9f17 commit 115c283

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ jobs:
157157
$env:CI_QT_URL | Out-File -FilePath "$env:GITHUB_WORKSPACE\qt_url"
158158
$env:CI_QT_CONF | Out-File -FilePath "$env:GITHUB_WORKSPACE\qt_conf"
159159
py -3 --version
160+
Write-Host "PowerShell version $($PSVersionTable.PSVersion.ToString())"
160161
161162
- name: Restore static Qt cache
162163
id: static-qt-cache

0 commit comments

Comments
 (0)