mirror of https://github.com/stella-emu/stella.git
More logging.
This commit is contained in:
parent
05fdbf9057
commit
d5c7ff3559
|
@ -38,6 +38,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
gcc --version
|
gcc --version
|
||||||
clang++ --version
|
clang++ --version
|
||||||
|
g++ --version
|
||||||
|
which gcc
|
||||||
|
which g++
|
||||||
sw_vers
|
sw_vers
|
||||||
arch
|
arch
|
||||||
./configure && make -j3 all
|
./configure && make -j3 all
|
||||||
|
|
Loading…
Reference in New Issue