mirror of
https://github.com/libretro/stella2023.git
synced 2024-11-23 08:59:51 +00:00
Update Linux build script.
This commit is contained in:
parent
685f91def2
commit
78c4245db7
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -14,11 +14,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
|
||||||
- name: Install GCC 9 and SDL2
|
- name: Install SDL2
|
||||||
run: |
|
run: |
|
||||||
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install g++-9 libsdl2-dev
|
sudo apt-get install libsdl2-dev
|
||||||
- name: Build Stella
|
- name: Build Stella
|
||||||
run: |
|
run: |
|
||||||
./configure && make -j2 all
|
./configure && make -j2 all
|
||||||
|
Loading…
Reference in New Issue
Block a user