Skip to content

Commit

Permalink
ci: add print of powershell version to win64 job
Browse files Browse the repository at this point in the history
  • Loading branch information
m3dwards committed Mar 6, 2024
1 parent 0fa9f17 commit 115c283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 115c283

Please sign in to comment.