diff options
author | Max Edwards <youwontforgetthis@gmail.com> | 2024-03-06 15:27:26 +0000 |
---|---|---|
committer | Max Edwards <youwontforgetthis@gmail.com> | 2024-03-06 15:27:26 +0000 |
commit | 115c283516b8550485df752656e9b863be5903a1 (patch) | |
tree | 29accc59008665e84c9a2ba316d955cb887d365c /.github/workflows | |
parent | 0fa9f17332a6d9b2eb6e3d9f9102bfd2d9c6f516 (diff) |
ci: add print of powershell version to win64 job
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a86b00fdc6..6aa1166218 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |