From 828a5b2c525a1a0485408caac22c2b06a7dbf568 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 18 Dec 2022 22:43:48 +0100 Subject: [PATCH] Show compiler version in the MSW cross-builds CI workflow This avoids the need to go hunting for the version of the package installed by apt-get. --- .github/workflows/ci_msw_cross.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci_msw_cross.yml b/.github/workflows/ci_msw_cross.yml index 8eff03d633..098c152930 100644 --- a/.github/workflows/ci_msw_cross.yml +++ b/.github/workflows/ci_msw_cross.yml @@ -145,6 +145,10 @@ jobs: echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV + echo "Compiler version:" + ${HOST_TRIPLET}-g++ --version + echo + - name: Configure run: | ./configure --host=${HOST_TRIPLET} --disable-sys-libs --disable-debug_info $wxCONFIGURE_FLAGS || rc=$?