mirror of https://github.com/stella-emu/stella.git
Ups, wrong line.
This commit is contained in:
parent
e480b6fab2
commit
8a8a87f236
|
@ -33,11 +33,11 @@ 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: |
|
||||||
|
gcc --version
|
||||||
|
clang++ --version
|
||||||
./configure && make -j3 all
|
./configure && make -j3 all
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
|
|
Loading…
Reference in New Issue