Skip to content

Commit d14c728

Browse files
committed
Merge bitcoin#29620: ci: add print of powershell version to win64 job
115c283 ci: add print of powershell version to win64 job (Max Edwards) Pull request description: Extraction of just printing powershell version from closed PR: bitcoin#29581 See bitcoin#29581 (comment) for the cause of a CI failure which was a powershell update. This PR will make it easier to notice in the future that PS has changed. ACKs for top commit: hebasto: ACK 115c283. We still use PowerShell in some steps of the "Win64 native" CI job. Tree-SHA512: 4c7ba9df4f0a98491120326f05e877a995f43a387fe9bbd193549b32f5a4488f85f83e472c9277db457110a7deda04f08832fe6e8129aff4b0b7278be23d4e35
2 parents bd55b7a + 115c283 commit d14c728

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
@@ -160,6 +160,7 @@ jobs:
160160
$env:CI_QT_URL | Out-File -FilePath "$env:GITHUB_WORKSPACE\qt_url"
161161
$env:CI_QT_CONF | Out-File -FilePath "$env:GITHUB_WORKSPACE\qt_conf"
162162
py -3 --version
163+
Write-Host "PowerShell version $($PSVersionTable.PSVersion.ToString())"
163164
164165
- name: Restore static Qt cache
165166
id: static-qt-cache

0 commit comments

Comments
 (0)