CI system: Add Windows version to output

This commit is contained in:
Peter Hartmann 2022-04-19 09:41:40 +02:00
parent 8abbae3661
commit 6756e4b59a
1 changed files with 4 additions and 2 deletions

View File

@ -72,8 +72,10 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1 - uses: ilammy/msvc-dev-cmd@v1
- name: Qt version - name: Windows and Qt version
run: qmake -v run: |
systeminfo /fo csv | ConvertFrom-Csv | select OS*, System*, Hotfix* | Format-List
qmake -v
- name: qmake - name: qmake
run: qmake qskinny.pro run: qmake qskinny.pro