Log clang and gcc (alias?) version in CI / MacOS.

This commit is contained in:
Christian Speckner 2024-06-02 12:18:01 +02:00
parent 3f72999e44
commit fe8c0a0b66
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ jobs:
curl https://www.libsdl.org/release/SDL2-2.26.0.tar.gz | tar xzf -
mkdir SDL2-2.26.0/build
cd SDL2-2.26.0/build
gcc --version
clang++ --version
../configure && make -j3 && sudo make install
- name: Build Stella
run: |