mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-23 17:09:43 +00:00
Update ccpp.yml
This commit is contained in:
parent
236d5640f5
commit
aeb8c96745
5
.github/workflows/ccpp.yml
vendored
5
.github/workflows/ccpp.yml
vendored
@ -10,4 +10,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: make
|
||||
run: mkdir obj && mingw32-make mingw510 -j20 RELEASEBUILD=1 SKIPDEPEND=1
|
||||
run: |
|
||||
pacman -S mingw-w64-i686-SDL
|
||||
mkdir obj && mingw32-make mingw510 -j20 RELEASEBUILD=1 SKIPDEPEND=1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user