Ups, wrong line.

This commit is contained in:
Christian Speckner 2024-06-02 12:18:33 +02:00
parent e480b6fab2
commit 8a8a87f236
1 changed files with 2 additions and 2 deletions

View File

@ -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: