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:
parent
f2c04694e1
commit
828a5b2c52
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci_msw_cross.yml
vendored
4
.github/workflows/ci_msw_cross.yml
vendored
|
|
@ -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=$?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue