mirror of https://github.com/stella-emu/stella.git
Log clang and gcc (alias?) version in CI / MacOS.
This commit is contained in:
parent
dbffd5cebb
commit
e480b6fab2
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue