mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-27 11:00:27 +00:00
Added 'install prereqs' to GH script
This commit is contained in:
parent
7042e77aa6
commit
97e5ed72dc
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -9,6 +9,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install prerequisites
|
||||
run: |
|
||||
sudo apt-get -y update
|
||||
sudo apt-get -y install libsdl1.2-dev
|
||||
- name: Build
|
||||
run: |
|
||||
make sdl
|
||||
|
Loading…
Reference in New Issue
Block a user