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.
This commit is contained in:
Vadim Zeitlin 2022-12-18 22:43:48 +01:00
parent f2c04694e1
commit 828a5b2c52

View file

@ -145,6 +145,10 @@ jobs:
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
echo "Compiler version:"
${HOST_TRIPLET}-g++ --version
echo
- name: Configure - name: Configure
run: | run: |
./configure --host=${HOST_TRIPLET} --disable-sys-libs --disable-debug_info $wxCONFIGURE_FLAGS || rc=$? ./configure --host=${HOST_TRIPLET} --disable-sys-libs --disable-debug_info $wxCONFIGURE_FLAGS || rc=$?