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 dbffd5cebb
commit e480b6fab2
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 - curl https://www.libsdl.org/release/SDL2-2.26.0.tar.gz | tar xzf -
mkdir SDL2-2.26.0/build mkdir SDL2-2.26.0/build
cd SDL2-2.26.0/build cd SDL2-2.26.0/build
gcc --version
clang++ --version
../configure && make -j3 && sudo make install ../configure && make -j3 && sudo make install
- name: Build Stella - name: Build Stella
run: | run: |