ci: add print of powershell version to win64 job

This commit is contained in:
Max Edwards 2024-03-06 15:27:26 +00:00
parent 0fa9f17332
commit 115c283516

View file

@ -157,6 +157,7 @@ jobs:
$env:CI_QT_URL | Out-File -FilePath "$env:GITHUB_WORKSPACE\qt_url"
$env:CI_QT_CONF | Out-File -FilePath "$env:GITHUB_WORKSPACE\qt_conf"
py -3 --version
Write-Host "PowerShell version $($PSVersionTable.PSVersion.ToString())"
- name: Restore static Qt cache
id: static-qt-cache