mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
ci: add print of powershell version to win64 job
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -157,6 +157,7 @@ jobs:
|
|||||||
$env:CI_QT_URL | Out-File -FilePath "$env:GITHUB_WORKSPACE\qt_url"
|
$env:CI_QT_URL | Out-File -FilePath "$env:GITHUB_WORKSPACE\qt_url"
|
||||||
$env:CI_QT_CONF | Out-File -FilePath "$env:GITHUB_WORKSPACE\qt_conf"
|
$env:CI_QT_CONF | Out-File -FilePath "$env:GITHUB_WORKSPACE\qt_conf"
|
||||||
py -3 --version
|
py -3 --version
|
||||||
|
Write-Host "PowerShell version $($PSVersionTable.PSVersion.ToString())"
|
||||||
|
|
||||||
- name: Restore static Qt cache
|
- name: Restore static Qt cache
|
||||||
id: static-qt-cache
|
id: static-qt-cache
|
||||||
|
|||||||
Reference in New Issue
Block a user