File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -148,14 +148,15 @@ jobs:
148
148
with :
149
149
arch : x64
150
150
151
- - name : Check MSBuild and Qt
151
+ - name : Get tool information
152
152
run : |
153
153
msbuild -version | Out-File -FilePath "$env:GITHUB_WORKSPACE\msbuild_version"
154
154
Get-Content -Path "$env:GITHUB_WORKSPACE\msbuild_version"
155
155
$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") "
157
157
$env:CI_QT_URL | Out-File -FilePath "$env:GITHUB_WORKSPACE\qt_url"
158
158
$env:CI_QT_CONF | Out-File -FilePath "$env:GITHUB_WORKSPACE\qt_conf"
159
+ py -3 --version
159
160
160
161
- name : Restore static Qt cache
161
162
id : static-qt-cache
You can’t perform that action at this time.
0 commit comments