Update ccpp.yml

This commit is contained in:
tmaul 2019-10-20 23:36:57 +01:00 committed by GitHub
parent 236d5640f5
commit aeb8c96745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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