From 6756e4b59a3eaf5844c911f346c247a77f3acc85 Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Tue, 19 Apr 2022 09:41:40 +0200 Subject: [PATCH] CI system: Add Windows version to output --- .github/workflows/qmake.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qmake.yml b/.github/workflows/qmake.yml index a53d68af..9c327f20 100644 --- a/.github/workflows/qmake.yml +++ b/.github/workflows/qmake.yml @@ -72,8 +72,10 @@ jobs: - uses: ilammy/msvc-dev-cmd@v1 - - name: Qt version - run: qmake -v + - name: Windows and Qt version + run: | + systeminfo /fo csv | ConvertFrom-Csv | select OS*, System*, Hotfix* | Format-List + qmake -v - name: qmake run: qmake qskinny.pro