Skip to content

Commit 1484998

Browse files
committed
ci: print python version on win64 native job
1 parent ba907f9 commit 1484998

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,15 @@ jobs:
148148
with:
149149
arch: x64
150150

151-
- name: Check MSBuild and Qt
151+
- name: Get tool information
152152
run: |
153153
msbuild -version | Out-File -FilePath "$env:GITHUB_WORKSPACE\msbuild_version"
154154
Get-Content -Path "$env:GITHUB_WORKSPACE\msbuild_version"
155155
$env:VCToolsVersion | Out-File -FilePath "$env:GITHUB_WORKSPACE\toolset_version"
156-
Get-Content -Path "$env:GITHUB_WORKSPACE\toolset_version"
156+
Write-Host "VCToolsVersion $(Get-Content -Path "$env:GITHUB_WORKSPACE\toolset_version")"
157157
$env:CI_QT_URL | Out-File -FilePath "$env:GITHUB_WORKSPACE\qt_url"
158158
$env:CI_QT_CONF | Out-File -FilePath "$env:GITHUB_WORKSPACE\qt_conf"
159+
py -3 --version
159160
160161
- name: Restore static Qt cache
161162
id: static-qt-cache

0 commit comments

Comments
 (0)