mirror of https://github.com/stella-emu/stella.git
Remove logging code.
This commit is contained in:
parent
febf9122f5
commit
befae165ae
|
@ -39,13 +39,6 @@ jobs:
|
||||||
../configure && make -j3 && sudo make install
|
../configure && make -j3 && sudo make install
|
||||||
- name: Build Stella
|
- name: Build Stella
|
||||||
run: |
|
run: |
|
||||||
gcc --version
|
|
||||||
clang++ --version
|
|
||||||
g++ --version
|
|
||||||
which gcc
|
|
||||||
which g++
|
|
||||||
sw_vers
|
|
||||||
arch
|
|
||||||
./configure && make -j3 all
|
./configure && make -j3 all
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
|
|
Loading…
Reference in New Issue