aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMax Edwards <youwontforgetthis@gmail.com>2024-03-06 15:27:26 +0000
committerMax Edwards <youwontforgetthis@gmail.com>2024-03-06 15:27:26 +0000
commit115c283516b8550485df752656e9b863be5903a1 (patch)
tree29accc59008665e84c9a2ba316d955cb887d365c /.github
parent0fa9f17332a6d9b2eb6e3d9f9102bfd2d9c6f516 (diff)
downloadbitcoin-115c283516b8550485df752656e9b863be5903a1.tar.xz
ci: add print of powershell version to win64 job
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
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